MrJuliuss/syntara

change uri segment

asmode111 opened this issue · 2 comments

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?

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

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