Created
June 23, 2018 11:31
-
-
Save deleugpn/6e978c6f83069fb3498dd93b69341744 to your computer and use it in GitHub Desktop.
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 | |
use Illuminate\Support\Facades\Route; | |
Route::group([], base_path('app/Modules/Books/routes.php')); | |
Route::group([], base_path('app/Modules/Authors/routes.php')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment