Created
March 8, 2018 01:22
-
-
Save jsdecena/78dece1b0b8ef8f1f0abcf40e689172e to your computer and use it in GitHub Desktop.
Route file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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