g4t/filament-access-control

0.0.4 2024-07-20 07:58 UTC

This package is auto-updated.

Last update: 2025-02-19 16:46:57 UTC


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.

Laravel G4T Filament Access Control

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.

Credits