solutionforest / filament-access-management

Extends on Laravel-permission
https://spatie.be/docs/laravel-permission/v5/introduction
MIT License
44 stars 14 forks source link

Customize the UserResource #9

Open naingwin opened 11 months ago

naingwin commented 11 months ago

I want to add the getEloquentQuery() to UserResource and add more columns and fields to ListPage and CreatePage. I already tested with new UserResource and not working.