Download the PHP package rexpl/laravel-acl without Composer
On this page you can find all versions of the php package rexpl/laravel-acl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rexpl/laravel-acl
More information about rexpl/laravel-acl
Files in rexpl/laravel-acl
Download rexpl/laravel-acl
More information about rexpl/laravel-acl
Files in rexpl/laravel-acl
Vendor rexpl
Package laravel-acl
Short Description Extensive acl for laravel, including groups and permissions.
License MIT
Package laravel-acl
Short Description Extensive acl for laravel, including groups and permissions.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-acl
Laravel ACL
Extensive acl for laravel, including groups and permissions. This package aims to integrate as easily as possible in the laravel ecosystem.
- Main concept
- Installation
- Documentation
- Changelog
Main concept
This packages allows for a great ranges of different options:
- Users can be assigned groups
- Groups can be assigned permissions
- Groups can be assigned parent groups (and the other way arround)
- Groups inherit permissions from the parent groups, parent groups inherit access
Exemple:
Click here to read a detailed explanantion of the exemple above
Installation
Require package:
Run migrations:
Publish configuration (Optional):
To Do List
- [ ] Find a way to optionnaly integrate permissions and groups in version control
- [ ] Document all features + add exemples
- [ ] Add global/local access controlled queries
- [X]
Add unit testing
All versions of laravel-acl with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/support Version ^10.0|^11.0
illuminate/database Version ^10.0|^11.0
illuminate/contracts Version ^10.0|^11.0
staudenmeir/laravel-cte Version ^1.9
illuminate/support Version ^10.0|^11.0
illuminate/database Version ^10.0|^11.0
illuminate/contracts Version ^10.0|^11.0
staudenmeir/laravel-cte Version ^1.9
The package rexpl/laravel-acl contains the following files
Loading the files please wait ....