Skip to content

Instantly share code, notes, and snippets.

@loburets
Last active September 6, 2016 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loburets/399673eba1fddbd1d864efe2e5da32c3 to your computer and use it in GitHub Desktop.
Save loburets/399673eba1fddbd1d864efe2e5da32c3 to your computer and use it in GitHub Desktop.
laraver resource route except all
Route::resource(
'year',
'YearController',
[
'except' => ['index', 'create', 'store', 'show', 'edit', 'update', 'destroy']
]
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment