We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To configure your app to work in laravel valet, you need to call use_request_uri at the start of your router:
router(function() { use_request_uri(); //... add the routes here });
This will use the request uri to determine the route instead of using mod-rewrite rules.