g4t / filament-access-control
A filament access control
0.0.4
2024-07-20 07:58 UTC
Requires
- php: >=8.2
- blade-ui-kit/blade-heroicons: ^2.4
- spatie/laravel-permission: ^6.9
README
This library provides a comprehensive solution for managing users, roles, and permissions within FilamentPHP. It simplifies the process of setting up access control, allowing developers to easily integrate robust authorization features into their FilamentPHP applications.
Installation
Install via composer
composer require g4t/filament-access-control
Publish package assets
php artisan vendor:publish --provider="g4t\FilamentAccessControl\ServiceProvider"
Run Migration command
php artisan migrate
Configuration
After publishing the files, you will find a configuration file named g4t-filament-access-control.php in the config directory. You can modify the settings in this file to fit the needs of your project.
Security
If you discover any security related issues, please email hussein4alaa@gmail.com instead of using the issue tracker.