Skip to content

Instantly share code, notes, and snippets.

@Leotomas
Created February 5, 2016 15:24
Show Gist options
  • Save Leotomas/43250bb6cedebbd86319 to your computer and use it in GitHub Desktop.
Save Leotomas/43250bb6cedebbd86319 to your computer and use it in GitHub Desktop.
routes setting to secure assets
<?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