Use a standard routes file by default.

This commit is contained in:
Taylor Otwell
2014-08-12 16:18:11 -05:00
parent 2effec9c11
commit b0334fd4de
2 changed files with 15 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ class RouteServiceProvider extends ServiceProvider {
*/
public function map()
{
$this->get('/', 'HomeController@index');
require app_path().'/src/Http/routes.php';
}
}