rjvim/permiso

Add permissions behaviour to your Laravel app

Installs: 3 411

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/rjvim/permiso

v1.0.1 2024-12-05 10:51 UTC

This package is auto-updated.

Last update: 2025-10-05 12:43:52 UTC


README

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.