Learn how you can create Artisan commands of your own to do your little things in background. Learn how you can add arguments and options to your command and know how to register the same with the default artisan commands, so when you run php artisan list, you get your custom artisan command in the list.

Lara commands