app->singleton('illuminate.route.dispatcher', function ($app) { return new ControllerDispatcher($app['router'], $app); }); } }