Skip to content

Is it working on route group with custom route file? #9

@ahmadharminto

Description

@ahmadharminto

I have custom route file, and it's registered on RouteServiceProvider. admin.php

Route::group(['namespace' => 'Admin', 'as' => 'admin.', 'prefix' => 'admin'], function (Router $router) {
    $route->get('/', 'CtrlAdmin@index')->name('home');
});

Will this extension work on that kind of routing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions