Filament Access Control

v0.0.4
g4t/filament-access-control

Advanced access control and security utilities for FilamentPHP admin panels. Manage roles, permissions, and IP restrictions with ease.

2 stars 162 installs Dev Tools
Install via Composer
$ composer require g4t/filament-access-control
Health Score
Excellent
✓ Downloads ✓ Stars ✓ Versioned ✓ Docs
Last commit: 1 year ago
Badges
Latest Version
Downloads
License
Recent Releases
0.0.4 0.0.4 1 year ago View →
0.0.3 0.0.3 1 year ago View →
0.0.1 0.0.1 1 year ago View →
Ask AI about this package
Powered by DeepWiki. Ask anything about the code, usage, or design.

Filament Access Control

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