I'm trying to change the prefix from
'route_prefix' => 'admin',
to
'route_prefix' => 'nf/admin',
This option is ignored on some cases, like
Hi @Alexgmin ,
You're totally right, I now see the issue, it's somehow connected to @twoSeats's great initiative to make the route_prefix work cross-package. From what you've reported, I've pinned them down to the fact that:
admin/smth, and this is used to generate the links in a lot of places;Both I and @twoSeats are working on it, will be fixed shortly. Let's leave this issue open until then, please.
Cheers!
Just fixed the auth routes, you should:
composer update to get Base 0.7.2;php artisan vendor:publish --provider="Backpack\Base\BaseServiceProvider" --tag="views" to get the new files;
Most helpful comment
Just fixed the auth routes, you should:
composer updateto get Base 0.7.2;php artisan vendor:publish --provider="Backpack\Base\BaseServiceProvider" --tag="views"to get the new files;