Skip to content

Instantly share code, notes, and snippets.

@riza
Created January 3, 2016 16:17
Show Gist options
  • Select an option

  • Save riza/e07c5284d0e8fcf0d2f6 to your computer and use it in GitHub Desktop.

Select an option

Save riza/e07c5284d0e8fcf0d2f6 to your computer and use it in GitHub Desktop.
<?php
Route::get('/', function () {
return view('index');
});
Route::group(['middleware' => ['web']], function () {
//
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment