chiiya/filament-access-control

Filament 3.* support

Closed this issue · 4 comments

brkfun commented

Project looks very intense and it says it requires filament ^3.0 but it is not supporting right now. You can clearly see when you install it. It tries to go to a function named getDomains which is removed in filament 3.*.
Have a nice day!

I have installed but after configuring this plugin I am getting below error,pxlrbt\FilamentSpotlight\Actions\RegisterUserMenu::getUrl(): Return value must be of type string, null returned
Below is my code,
return $panel
->id('employer')
->path('employer')
->login()
->plugins([
SpotlightPlugin::make(),
])

still no support. Thats sad

Most updates have already been made and dev-master working just fine for me, just a heads up. Probably just needs some polishing and a new release.

Hey guys,
The package has had Filament v3 support for a while, I just hadn't updated the README.
Use v2+ for Filament 3 support, the README now contains the updated instructions.

Let me know if there are any issues with Filament v3, I just installed it for a new project and it seems to work fine so far.