| Install | |
|---|---|
composer require g4t/filament-access-control |
|
| Latest Version: | 0.0.4 |
| PHP: | >=8.2 |
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.

Install via composer
composer require g4t/filament-access-control
php artisan vendor:publish --provider="g4t\FilamentAccessControl\ServiceProvider"
php artisan migrate
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.
If you discover any security related issues, please email hussein4alaa@gmail.com instead of using the issue tracker.