Skip to content

Commit

Permalink
Issue no. imrealashu#8:Error Validation Message not working Solved.
Browse files Browse the repository at this point in the history
  • Loading branch information
UjalaJha committed Jun 11, 2018
1 parent 0f0b857 commit c837221
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/Http/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
Route::get('/home', 'HomeController@index');
});

Route::group(['middleware' => ['web']], function () {

// As all routes are always wrapped with web middleware. Grouping again wil lead to multiple redirect on route call.
// Route::group(['middleware' => ['web']], function () {
//Login Routes...
Route::get('/admin/login','AdminAuth\AuthController@showLoginForm');
Route::post('/admin/login','AdminAuth\AuthController@login');
Expand All @@ -35,4 +37,4 @@
Route::get('admin/password/reset/{token?}','AdminAuth\PasswordController@showResetForm');

Route::get('/admin', 'AdminController@index');
});
// });

0 comments on commit c837221

Please sign in to comment.