@gerrardarya check laravel/fortify package https://github.com/laravel/fortify/blob/1.x/routes/routes.php
And change accordingly to you.
Because Laravel8 uses the fortify and jetstream
Sep 11, 2020
7
Level 1
Laravel 8 Jetstream Login Route
Hi Guys,
Is there a way to change the jetstream route, i want to change jetstream /login to admin/login i change like this
Route::get('/admin/login', function() { return view('auth.login'); }); (livewire login page)
they force the route into /login
Please or to participate in this conversation.