Skip to content

Laravel ACL is a simple role, permission ACL for Laravel Framework.

License

Notifications You must be signed in to change notification settings

jidago/laravel-acl

 
 

Repository files navigation

Laravel ACL

Latest Version on Packagist Software License Build Status Total Downloads

Laravel ACL is a simple role, permission ACL for Laravel Framework. This package was based on the great package Caffeinated/Shinobi but is fully compatible with Laravel's built-in Gate/Authorization system.

Documentations

Laravel Version Compatibility

Laravel Package
8.x and below 6.x
9.x 9.x

Installation

Via Composer

$ composer require yajra/laravel-acl

Configuration

Register service provider (Optional on Laravel 5.5+).

Yajra\Acl\AclServiceProvider::class

Publish assets (Optional):

$ php artisan vendor:publish --tag=laravel-acl

Run migrations:

php artisan migrate

Change log

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email aqangeles@gmail.com instead of using the issue tracker.

Credits

License

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

Buy me a coffee

paypal Become a Patron

About

Laravel ACL is a simple role, permission ACL for Laravel Framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.9%
  • Blade 0.1%