digit-soft/laravel-rbac

Laravel RBAC implementation.

Installs: 37

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/digit-soft/laravel-rbac

dev-master / 1.0.x-dev 2019-09-19 08:27 UTC

This package is auto-updated.

Last update: 2025-09-20 02:31:08 UTC


README

Simple DB based RBAC (Role based access control) component for Laravel 5. It has no caching, made for using with PHP-PM, so permissions and roles are always loaded to memory.

You can find methods to use in Rbac facade.