Answer the question
In order to leave comments, you need to log in
How to change default login route in Laravel?
I don't have a separate login page on my site. My login is implemented through a modal html block that pops up when you click on the "Login in the header" link. This block contains the login form itself.
Also in web.php I have routes for my personal account in middleware:
Route::middleware('auth')->group(function () {
Route::get('/account/edit', '[email protected]')->name('account.edit');
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question