change uri segment
asmode111 opened this issue · 2 comments
asmode111 commented
Hi,
I don't want to use "dashboard" string in uri.
I changed 'uri' => 'dashboard' to 'uri' => '' in config.php but it didn't work.
What should I do else?
MrJuliuss commented
Hello,
If you want to access to the dashboard on '/' uri, you need to remove the '/' route in app/routes.php of your application ;)
Edit : and use 'uri' => '/'
Julien
asmode111 commented
I changed wrong config which was /vendor/mrjuliuss/syntara/src/config/config.php
The file which I must change is /app/config/packages/mrjuliuss/syntara/config.php
Thanks @MrJuliuss