Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Routes still not being overriden #59

Closed
minedun6 opened this issue Mar 24, 2016 · 1 comment
Closed

Routes still not being overriden #59

minedun6 opened this issue Mar 24, 2016 · 1 comment

Comments

@minedun6
Copy link

The default routes are stil not being overriden properly evn after completely removing the AdminLTEServiceProvider from my app.php file and even after changing the code inside the map function in the RouteServiceProvider

public function map(Router $router) { $this->app->booted(function () use ($router) { $router->group(['namespace' => $this->namespace], function ($router) { require app_path('Http/routes.php'); }); }); }
Please is there any fix to this ?

@acacha
Copy link
Collaborator

acacha commented Mar 30, 2016

@minedun6 Have you seen issue #47 ? I think it could helps you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants