uboratechno/shinobi is a Laravel package for roles and permissions for laravel 6 - 10.
It currently has 0 GitHub stars and 471 downloads on Packagist (latest version v1.0).
Install it with composer require uboratechno/shinobi.
Discover more Laravel packages by uboratechno
or browse all Laravel packages to compare alternatives.
Last updated
Therefore we will keep your previous license. With some minor modifications, it works from laravel 6.0 onwards, for laravel less than version 6 use the original owner's package
A simple and light-weight role-based permissions system for Laravel's Authorization Gate system. Originally developed for FusionCMS, an open source content management system.
all-access and no-accessSimply install the package through Composer. From here the package will automatically register its service provider and Shinobi facade.
composer require uboratechno/shinobi
To publish the config file, run the following:
php artisan vendor:publish --provider="Uboratechno\Shinobi\ShinobiServiceProvider" --tag="config"
You will find a complete changelog history within the CHANGELOG file.
Please see CONTRIBUTING for details.
Run tests with PHPUnit:
vendor/bin/phpunit
If you discover any security related issues, please email [email protected] & [email protected] directly instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.