php artisan schedule:run
SchedulingRun the scheduled commands
Examples
Common usage examples
Execute scheduled tasks
php artisan schedule:runNotes
- Typically run via cron every minute
- Laravel determines which tasks should run
Related Commands
You might also find these useful