-
Notifications
You must be signed in to change notification settings - Fork 503
Closed
Description
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 ?
Metadata
Metadata
Assignees
Labels
No labels