share(function ($app) { return new YamlFileLoader($app['config.locator']); }); $app['routes'] = $app->extend('routes', function ($routes, $app) { $routes->addCollection($app['routing.loader']->load($app['routing.file'])); return $routes; });