Skip to content

Routes still not being overriden  #59

@minedun6

Description

@minedun6

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions