darkzdiez/entrust
This package provides a flexible way to add Role-based Permissions to Laravel
Maintainers
8.0.2
2021-03-04 21:12 UTC
Requires
- php: ^7.2|^8.0
- illuminate/cache: ~8.0
- illuminate/console: ~8.0
- illuminate/support: ~8.0
Requires (Dev)
- illuminate/database: ~8.0
- mockery/mockery: dev-master
- phpunit/phpunit: ^8
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT b42393c4dba6676a3cad3cc925438b3cf84d687f
- Zizaco Zizuini <zizaco.woop@gmail.com>
- Andrew Elkins
- Ben Batschelet
- Michele Angioni <michele.angioni.woop@gmail.com>
- Senik Hakobyan <sen.hakobyan.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-05 09:12:32 UTC
README
This fork is to fix the package to be installable on Laravel v7 and Laravel v8
Installation
For Laravel 7 run:
composer require "codebot/entrust": "^7.0"
For Laravel 8 run:
composer require "codebot/entrust": "^8.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.
