In this small blog post, I'd like to give you a couple of tips to make your Artisan commands better.
Use the fully qualified class name to schedule commands # You probably know that you can schedule artisan commands in the console kernel like this. // app/Console/Kernel.php
class Kernel exte...