wnikk / laravel-access-ui
Interface of simple ACR (Access Control Rules) for Laravel.
Installs: 1 006
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: >=7.4
- illuminate/auth: ^8.0|^9.0|^10.0|^11.0
- illuminate/console: ^8.0|^9.0|^10.0|^11.0
- illuminate/container: ^8.0|^9.0|^10.0|^11.0
- illuminate/contracts: ^8.0|^9.0|^10.0|^11.0
- illuminate/database: ^8.0|^9.0|^10.0|^11.0
- wnikk/laravel-access-rules: ^2.0
README
Laravel Access Control Rules Ui
(ACR - Access Control Rules, Permissions Package with User Interface)
This is FrontEnd for package Laravel Access Rules.
What does Access Rules support?
- Multiple user models.
- Multiple permissions can be attached to users.
- Multiple permissions can be attached to groups.
- Permissions verification.
- Permissions caching.
- Events when permissions are attached, detached or synced.
- Multiple permissions can be attached to user or group.
- Permissions can be inherited with unlimited investment from users and groups.
- Laravel gates and policies.
- Frontend themes: "ukit", Bootstrap 4 and Bootstrap 5, default "bt".
Documentation, Installation, and Usage Instructions Backend
Before using UI, it is necessary to install the ACR (Access Control Rules) itself.
See the documentation for detailed installation and usage instructions.
You can install the package UI using composer:
composer require wnikk/laravel-access-ui
And publish the config/accessUi.php config file with:
php artisan vendor:publish --provider="Wnikk\LaravelAccessUi\AccessUiServiceProvider"
Theme
Bootstrap 4 and Bootstrap 5
ukit
Optional GUI Routes
Contributing
Please report any issue you find in the issues page. Pull requests are more than welcome.
License
The MIT License (MIT). Please see License File for more information.