1.11.1
Changelog
- FIXED: The
TurboMiddlewarewas automatically registered to the "web" route group. But something must have changed in Laravel 10, and that was no longer working. The issue was fixed by prepending the middleware via the HTTP Kernel instead of via theRoutefacade. See #103