How and where to change admin route URL to something else

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
harshalbharambe
Posts: 1
Joined: 09 Mar 2024, 11:00

How and where to change admin route URL to something else

Post by harshalbharambe » 09 Mar 2024, 11:06

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? I am not able to get the file location where the route is defined.

User avatar
aimeos
Administrator
Posts: 7894
Joined: 01 Jan 1970, 00:00

Re: How and where to change admin route URL to something else

Post by aimeos » 11 Mar 2024, 12:59

Enable those lines and change the prefix accordingly:
https://github.com/aimeos/aimeos-larave ... hp#L16-L19
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply