how to run jobs laravel in schedule code example
Example 1: laravel scheduler run
php artisan schedule:list
php artisan schedule:run
Example 2: laravel schedule
* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
php artisan schedule:list
php artisan schedule:run
* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1