chiiya / filament-access-control

Admin user, role and permission management for Laravel Filament
MIT License
192 stars 24 forks source link

Filament 3.* support #43

Closed brkfun closed 1 year ago

brkfun commented 1 year ago

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!

mohandtharsha commented 1 year ago

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(), ])

brkfun commented 1 year ago

still no support. Thats sad

bashgeek commented 1 year ago

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.

chiiya commented 1 year ago

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.