Skip to content

Instantly share code, notes, and snippets.

@ziyahan
Last active November 9, 2015 15:24
Show Gist options
  • Save ziyahan/f1b8336e1584a8c34ff9 to your computer and use it in GitHub Desktop.
Save ziyahan/f1b8336e1584a8c34ff9 to your computer and use it in GitHub Desktop.
routes.php
<?php
Route::group(array('module'=>'Admin','namespace' => 'Modules\Admin\Controllers'), function() {
//Your routes belong to this module.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment