Skip to content

Conflict with other plugin - route #39

Open
@huiyang

Description

It show this error after installation:

Route [filament.admin.settings] not defined.

and the error gone after i added this line

class SettingResource extends Resource
{
    protected static ?string $slug = 'blog-setting';

   ...

}

the error is caused when two plugin are trying to register the same url for route.

suggested solution:
add configuration for route/route prefix.

anyway, really appreciate for this plugin and all hard works

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions