Simplify routes file.
This commit is contained in:
@@ -15,17 +15,6 @@ Route::get('/', 'WelcomeController@index');
|
|||||||
|
|
||||||
Route::get('home', 'HomeController@index');
|
Route::get('home', 'HomeController@index');
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Authentication & Password Reset Controllers
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| These two controllers handle the authentication of the users of your
|
|
||||||
| application, as well as the functions necessary for resetting the
|
|
||||||
| passwords for your users. You may modify or remove these files.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
Route::controllers([
|
Route::controllers([
|
||||||
'auth' => 'Auth\AuthController',
|
'auth' => 'Auth\AuthController',
|
||||||
'password' => 'Auth\PasswordController',
|
'password' => 'Auth\PasswordController',
|
||||||
|
|||||||
Reference in New Issue
Block a user