Skip to content

Instantly share code, notes, and snippets.

@ziyahan
Created May 25, 2016 19:46
Show Gist options
  • Save ziyahan/b1b58808696550e814223ff32112f923 to your computer and use it in GitHub Desktop.
Save ziyahan/b1b58808696550e814223ff32112f923 to your computer and use it in GitHub Desktop.
// You can define a spesific route
Route::get('user/{id}/profile', ['middleware'=>'acl','as' => 'UserProfile', function ($id) {
//
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment