Without seeing your code, it is impossible to know how you have replaced the Breeze dashboard with your own route.
laravel 11 - route "dashboard" alway redirect to "dashboard"
Hello to everyone and sorry for my english. I just install laravel 11 project with Brezee
I would like to create a dashboard area and I would like to have all the custom sub-routes in the the file:
bootstrap/app.php
1 ) I edit it, following the documents online,
2 ) I remove the dashboord route in the file: routes/web.php
3 ) I add the files: routes/dashboard.php app/Http/Controllers/DashboardController.php
but every time in the browser i call: mysite.test/dashboard
the address is redirect to mysite.test/dashboard/ (with the / at the end) and I have a white page with a 403 error
is the route "/dashboard" a reserved routes and I can't use it?
Thank You for any help !
Please or to participate in this conversation.