php artisan make:middleware
Code GenerationCreate a new middleware class
Examples
Common usage examples
Create a middleware
php artisan make:middleware CheckAgeNotes
- Register middleware in app/Http/Kernel.php
- Use in routes or controllers
Related Commands
You might also find these useful