Skip to content

Instantly share code, notes, and snippets.

@jsdecena
Created March 8, 2018 01:22
Show Gist options
  • Save jsdecena/78dece1b0b8ef8f1f0abcf40e689172e to your computer and use it in GitHub Desktop.
Save jsdecena/78dece1b0b8ef8f1f0abcf40e689172e to your computer and use it in GitHub Desktop.
Route file
<?php
Route::namespace('Admin')->group(function () {
Route::resource('carousel', 'Carousels\CarouselController');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment