Search found 1 match

by harshalbharambe
09 Mar 2024, 11:06
Forum: Help
Topic: How and where to change admin route URL to something else
Replies: 1
Views: 21962

How and where to change admin route URL to something else

Hi, I have added Aimeos to my existing Laravel 10 project. I have /admin route for the regular dashboard. I want to change Aimeos' 'admin' route to some different name to avoid duplicate route names. Used php artisan route:list -v command to get the roue info. In which file should I do the changes? ...