Commit fa3495a2 authored by Taylor Otwell's avatar Taylor Otwell

comment changes

parent 527306a1
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Application Routes | Routes File
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| Here is where you can register all of the routes in an application. | Here is where you can register all of the routes in an application.
...@@ -16,9 +16,14 @@ Route::get('/', function () { ...@@ -16,9 +16,14 @@ Route::get('/', function () {
}); });
/* /*
|--------------------------------------------------------------------------
| Application Routes
|--------------------------------------------------------------------------
|
| This route group applies the "web" middleware group to every route | This route group applies the "web" middleware group to every route
| it contains. The "web" middleware group is defined in your HTTP | it contains. The "web" middleware group is defined in your HTTP
| kernel and includes session state, CSRF protection, and more. | kernel and includes session state, CSRF protection, and more.
|
*/ */
Route::group(['middleware' => 'web'], function () { Route::group(['middleware' => 'web'], function () {
......
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