Download the PHP package idoneo/humano-access-control without Composer
On this page you can find all versions of the php package idoneo/humano-access-control. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download idoneo/humano-access-control
More information about idoneo/humano-access-control
Files in idoneo/humano-access-control
Package humano-access-control
Short Description Roles & permissions management
License AGPL-3.0
Homepage https://github.com/diego-mascarenhas/humano-access-control
Informations about the package humano-access-control
Humano Access Control
Roles & permissions management for Laravel (Vuexy UI).
Installation
Usage
- Routes:
/app/access-roles/app/access-permission
Permissions matrix (CRUD)
The role editor shows actions in this order: Read, Create, Update, Delete.
- Read: groups
show,index,list,view - Create: groups
create,store - Update: groups
edit,update - Delete: groups
destroy,delete,remove
Translatable module labels
Each module (permission prefix before the first dot) has a translatable label. Resolution order:
1) Database translations via TranslationHelper::transGroup($key, 'modules')
2) Language files (lang/<locale>.json) with key modules.<key>
3) Fallback: ucfirst(<key>)
Example (file-based):
With DB translations, create group modules and keys like academy, accounting, etc.
Dependencies
This package relies on:
spatie/laravel-permissionfor roles/permissionsyajra/laravel-datatables-oraclefor listings
Support
If you find this package useful, you can support the maintainer on GitHub.
- Maintainer: diego-mascarenhas
License
Licensed under the GNU Affero General Public License v3.0 (AGPL‑3.0). See the official text: GNU AGPLv3.
All versions of humano-access-control with dependencies
illuminate/contracts Version ^10.0 || ^11.0 || ^12.0
illuminate/support Version ^10.0 || ^11.0 || ^12.0
spatie/laravel-package-tools Version ^1.16
spatie/laravel-permission Version ^6.0
yajra/laravel-datatables-oracle Version ^10.11 || ^11.0 || ^12.0