I have the route as follows:
Route::group(['middleware' => 'guest'], function() {
Route::auth();
});
By clicking on logout, redirect me back to / home (as log in). On the other hand, if the Route :: auth (); I take it out of the m...
asked by
01.01.2017 / 19:25