Skip to content
Discussion options

You must be logged in to vote

Hi @blondie63

What error did you get?

If you want to control dashboard routes yourself, in config/backpack/base.php set to false

'setup_dashboard_routes' => false,
``

Then in your web you can set routes like this:

Route::get('dashboard', 'AdminController@dashboard')->name('backpack.dashboard');
Route::get('/', 'AdminController@redirect')->name('backpack');


Let me know if you need something else.

Cheers.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@blondie63
Comment options

Answer selected by blondie63
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants