Demo how to include a routes file.

This commit is contained in:
Taylor Otwell
2014-10-14 21:10:36 -05:00
parent 0ed0310732
commit bc593c17aa

View File

@@ -43,7 +43,7 @@ class RouteServiceProvider extends ServiceProvider {
*/
public function map(Router $router)
{
//
// require app_path('Http/routes.php');
}
}