akukoder / fortify-tabler-admin

Fortify Tabler Admin is a Laravel Fortify UI preset, built with an open source Tabler Admin Theme.
MIT License
14 stars 4 forks source link

I want to run in panel prefix #5

Closed neonturk closed 2 years ago

neonturk commented 2 years ago

Hi, I want to run it in the panel prefix but when I set the prefix in the route many things don't work

syahzul commented 2 years ago

Can you share me the error page and your route file?

neonturk commented 2 years ago

image image

In addition, the links of the sample pages in the menu do not work. image

syahzul commented 2 years ago

You can edit /resources/views/components/navbar-item-user.blade.php, line 14 and find url('profile') and change to route('profile'). This should fix the problem.

I'll push the fix later.

Thanks.