Created
February 5, 2016 15:24
-
-
Save Leotomas/43250bb6cedebbd86319 to your computer and use it in GitHub Desktop.
routes setting to secure assets
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 | |
//some other routes | |
//... | |
Route::ressource('/private', 'Documents\DocumentsController'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment