Commit 2ab3d525 authored by Taylor Otwell's avatar Taylor Otwell

Add note.

parent 695ee019
......@@ -25,6 +25,10 @@ class RouteServiceProvider extends ServiceProvider {
{
$this->app->booted(function()
{
// Once the application has booted, we will include the default routes
// file. This "namespace" helper will load the routes file within a
// route group which automatically sets the controller namespace.
$this->namespaced(function()
{
require app('path').'/Http/routes.php';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment