Last active
November 9, 2015 15:24
-
-
Save ziyahan/f1b8336e1584a8c34ff9 to your computer and use it in GitHub Desktop.
routes.php
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::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