rjvim / permiso2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

You can install the package via composer:

composer require rjvim/permiso

The package will automatically register itself.

You can publish the migration with:

php artisan vendor:publish --provider="Betalectic\Permiso\PermisoServiceProvider" --tag="migrations"
php artisan migrate

You can optionally publish the config file with:

php artisan vendor:publish --provider="Betalectic\Permiso\PermisoServiceProvider" --tag="config"

Documentation

  • Register all permissions

  • Build Strategy : Register/De-Register all entities

  • Build Stragtegy to Set Parents of Entities

  • Create Designation -> Choose permissions

License

The MIT License (MIT). Please see License File for more information.

About

License:MIT License


Languages

Language:PHP 100.0%