Commands.app

php artisan schedule:run

Scheduling

Run the scheduled commands

Examples
Common usage examples

Execute scheduled tasks

php artisan schedule:run
Notes
  • Typically run via cron every minute
  • Laravel determines which tasks should run
Related Commands
You might also find these useful