Skip to content

Instantly share code, notes, and snippets.

@deleugpn
Created June 23, 2018 11:31
Show Gist options
  • Save deleugpn/6e978c6f83069fb3498dd93b69341744 to your computer and use it in GitHub Desktop.
Save deleugpn/6e978c6f83069fb3498dd93b69341744 to your computer and use it in GitHub Desktop.
<?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