dnetix/rbac

Role Based Access Control Module

Maintainers

Details

github.com/dnetix/rbac

Source

Issues

Installs: 105

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/dnetix/rbac

0.1.0 2016-05-01 00:42 UTC

This package is not auto-updated.

Last update: 2025-09-25 06:16:27 UTC


README

TravisCI for dnetix/rbac

Installation

With composer

composer require dnetix/rbac

Add the service provided to the app.php config file

\Dnetix\Rbac\RbacServiceProvider::class,

Publish the configurations and migrations for this package

php artisan vendor:publish

Modify the rbac.php config file with your own permissions

Make sure that the Models or Classes that will be using permissions and roles implements from the interface

Illuminate\Contracts\Auth\Authenticatable;

TODO

  • Revoke permissions to specific authenticatables (Users)
  • Cache the results provided for the repository, they change rarely