diff --git a/app/Http/routes.php b/app/Http/routes.php index 4f960111..974163c5 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -2,7 +2,7 @@ /* |-------------------------------------------------------------------------- -| Application Routes +| Routes File |-------------------------------------------------------------------------- | | Here is where you can register all of the routes in an application. @@ -16,9 +16,14 @@ }); /* +|-------------------------------------------------------------------------- +| Application Routes +|-------------------------------------------------------------------------- +| | This route group applies the "web" middleware group to every route | it contains. The "web" middleware group is defined in your HTTP | kernel and includes session state, CSRF protection, and more. +| */ Route::group(['middleware' => 'web'], function () {