trebol / entrust
This package provides a flexible way to add role-based permissions to Laravel and is a fork from Zizaco/entrust
v4.0.0
2026-07-05 21:42 UTC
Requires
- php: ^8.2|^8.3
- illuminate/auth: ^12.0|^13.0
- illuminate/contracts: ^12.0|^13.0
- illuminate/database: ^12.0|^13.0
- illuminate/support: ^12.0|^13.0
Requires (Dev)
- mockery/mockery: ^1.6
- orchestra/testbench: ^10.0|^11.0
- overtrue/phplint: ^9.0.3
- phpunit/phpunit: ^11.0
This package is auto-updated.
Last update: 2026-07-05 21:43:06 UTC
README
This fork is to fix the package to be installable on Laravel v10
Installation
run:
composer require mitchbred/entrust
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.