app->booted(function() { $this->namespaced(function() { require app('path').'/Http/routes.php'; }); }); } }