Laravel Task Scheduling

crontab -e
* * * * * cd /path/to/laravel && php artisan schedule:run >> /dev/null 2>&1
Last Updated:
Contributors: kelude