andychukse / entrust
This package provides a flexible way to add Role-based Permissions to Laravel
9.0.0
2023-02-15 16:28 UTC
Requires
- php: ^7.2|^8.0|^8.1|^8.2
- illuminate/cache: ~8.0|~9.0|~10.0
- illuminate/console: ~8.0|~9.0|~10.0
- illuminate/support: ~8.0|~9.0|~10.0
Requires (Dev)
- illuminate/database: ~8.0|~9.0|~10.0
- mockery/mockery: dev-master
- phpunit/phpunit: ^8|^9|^10
This package is auto-updated.
Last update: 2023-05-15 17:07:19 UTC
README
This fork is to fix the package to be installable on Laravel v7, Laravel v8, Laravel v9
Installation
For Laravel 7 run:
composer require "andychukse/entrust": "^7.0"
For Laravel 8 run:
composer require "andychukse/entrust": "^8.0"
For Laravel 9 run:
composer require "andychukse/entrust": "^9.0"
Click here for the full documentation.
I've updated dependencies only, because I had to upgrade existing Laravel project. Do not use this package for new projects, it's abandoned at this moment. spatie/laravel-permission should be a good choice.