You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I changed the config file 'route_prefix' => env('ADMINER_ROUTE_PREFIX', 'admin/adminer'),
as I like to have admin tools in the admin route and now the adminer.css file fails to load.
If I change the route back to adminer then it works as intended.
Cheers
The text was updated successfully, but these errors were encountered:
@fronbow You may create admin folder under public folder, and move adminer.css file into admin folder
It will auto load the style from path /admin/adminer.css
@fronbow You may create admin folder under public folder, and move adminer.css file into admin folder It will auto load the style from path /admin/adminer.css
Hi
So, I changed the config file
'route_prefix' => env('ADMINER_ROUTE_PREFIX', 'admin/adminer'),
as I like to have admin tools in the admin route and now the adminer.css file fails to load.
If I change the route back to adminer then it works as intended.
Cheers
The text was updated successfully, but these errors were encountered: