Laravel 9 - Unexpected Behavior with Middleware on Subdomain Routing
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-08-23
laravel middleware subdomains
I'm facing an issue with middleware not being executed as expected when routing to subdomains in my Laravel 9 application. I have a middleware called `CheckUser...