Commands.app
Home
Linux
Docker
Git
Laravel
Next.js
npm
Yarn
Python
Filament
Contribute
Back to laravel
php artisan schedule:run
Scheduling
Run the scheduled commands
Examples
Common usage examples
Execute scheduled tasks
php artisan schedule:run
Copy
Notes
Typically run via cron every minute
Laravel determines which tasks should run
Related Commands
You might also find these useful
php artisan schedule:list