Laravel 5.1 Artisan Command and Scheduler to manage crons
Laravel 5.1 comes with an awesome Scheduler which helps you manage all your application’s cron through code base. This is really a helpful tool but your app is big and you have a lot of crons running on the server doing some maintenance tasks.
source