Open
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