mprince2k16 / entrust
This package provides a flexible way to add role-based permissions to Laravel and is a fork from Zizaco/entrust
dev-master
2022-11-05 17:57 UTC
Requires
- php: ^8.0
- illuminate/cache: ^9.38
- illuminate/console: ^9.38
Requires (Dev)
- illuminate/database: ^9.38
- mockery/mockery: dev-master
- phpunit/phpunit: ^8.5 || ^9.0
This package is auto-updated.
Last update: 2024-12-05 22:51:08 UTC
README
This fork is to fix the package to be installable on Laravel v9
Installation
run:
composer require mitchbred/entrust
run: laravel 9
composer require prince/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.