Download the PHP package souktel/acl without Composer
On this page you can find all versions of the php package souktel/acl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package acl
About Souktel
- Website: souktel.com.
- LinkedIn: Souktel.
- Facebook: Souktel Digital Solutions.
- Twitter: Souktel.
About The Project
implementation of ACL in souktel services
Installation
In Laravel:
- publish config and migrations files from vendor
In Lumen:
- copy config file from vendor
- copy migration files from vendor
configuration
in config file
variable | description |
---|---|
enable | (boolean) enable or disable ACL in the service [default = true] |
auth | auth functionality |
auth.auth_service | auth service details |
auth.token_header.sent | token header in request sent to Auth service from current service |
auth.token_header.received | token header in request received in the current service |
auth.invalid_payload_exception | Custom exception when token payload is invalid |
acl | acl functionality |
acl.model | permission model |
acl.database | name and slug columns in permissions table in database |
acl.register_permission_message_name | register permission message in message broker |
this_service | current service details |
this_service.key | current service key or slug to be send in register permission message in message broker |
All versions of acl with dependencies
PHP Build Version
Package Version
The package souktel/acl contains the following files
Loading the files please wait ....