Commands.app

php artisan make:command

Code Generation

Create a new Artisan command

Examples
Common usage examples

Create a custom command

php artisan make:command SendEmails
Notes
  • Define command signature and description
  • Run with php artisan command-name