Laravel 11.38 | Enable/Disable Middleware Per Method
Now you can enable or disable a Middleware in specific methods of your Resource Controller, directly in the Routes file, with methods middlewareFor() or withoutMiddlewareFor().
2025-01-22 07:00:00 - Laravel Daily