Commands.app

php artisan make:middleware

Code Generation

Create a new middleware class

Examples
Common usage examples

Create a middleware

php artisan make:middleware CheckAge
Notes
  • Register middleware in app/Http/Kernel.php
  • Use in routes or controllers
Related Commands
You might also find these useful