Download the PHP package neposoft/field-acl without Composer
On this page you can find all versions of the php package neposoft/field-acl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download neposoft/field-acl
More information about neposoft/field-acl
Files in neposoft/field-acl
Download neposoft/field-acl
More information about neposoft/field-acl
Files in neposoft/field-acl
Vendor neposoft
Package field-acl
Short Description A laravel package to support acl on fields of your models
License MIT
Package field-acl
Short Description A laravel package to support acl on fields of your models
License MIT
Please rate this library. Is it a good library?
Informations about the package field-acl
Laravel ACL on field level
How to use the package:
-
Add a dependency to your composer
composer require neposoft/field-acl
-
Add the service provider in config/app.php
Neposoft\FieldAcl\FieldAclServiceProvider::class
-
php artisan vendor:publish
to publish config files, views and migrations -
Add class that you want to manage in config/fieldAcl.php , inside class
-
also change the roles and other parameters according to your needs.
-
In your model, use FieldAcl trait:
use Neposoft\FieldAcl\FieldAcl;
- Open the browser at
/permissions
and you are ready to manage the permissions for the groups that you defined in config.
If any trouble, don't hesistate to open issues :)
All versions of field-acl with dependencies
PHP Build Version
Package Version
The package neposoft/field-acl contains the following files
Loading the files please wait ....