Laravel 7X admin/login loops back to admin/login despite correct credentials
问题 I am working on a Laravel admin panel that loops back to admin panel when i input the crenditials. The goal is to navigate to th edashboard. Laravel vrsion is 7x. I am working on it from the localhost/xampp. I double checked the database connection in the relevant files, env , database.db . it marches the database in phpmyadmn. Thank you in advance for the suggestions N/B It has no error to trace routes/admin.php <?php Route::group(['prefix' => 'admin'], function () { Route::get('login',