chiiya / filament-access-control

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

Custom FilamentUser class #11

Closed helgur closed 1 year ago

helgur commented 2 years ago

This is really a requested feature, not a bug report (getting 404 when trying to create a request feature post). It would be great if the package user could specify what class to use in the config file so we could add our own traits (among other things) to it in order to extend the functionality.

sagarrabadiya commented 2 years ago

please allow which model to use as user model, for ex. I want to use existing App\Models\User model as authenticatable user, and without published config not able to use that class

chiiya commented 1 year ago

Implemented in 1.8.1