Reading Time: 3 minutes https://alexandergaal.at/tags/laravel It's the last quarter of the year and I'm getting more and more excited about the upcoming Laravel 11 release. The current https://laravel.com/docs/10.x/releases#support-policy says that Laravel 11 is going to be released in the first quarter of 2024.
A new introduced Middleware application builder class (you'll read about it later) will help you to define these Closures.
The AuthenticateSession middleware will also have a redirectUsing function, whiches Closure can be defined via the Middleware application builder class.
A schedule command will be added to closure commands, allowing the fluent scheduling of closure commands in the console routes file.