Commit b60f57e7 authored by Taylor Otwell's avatar Taylor Otwell

Simplify routes file.

parent 7b892e24
......@@ -15,17 +15,6 @@ Route::get('/', 'WelcomeController@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([
'auth' => 'Auth\AuthController',
'password' => 'Auth\PasswordController',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment