mrafiq709 / entrust
This package provides a flexible way to add role-based permissions to Laravel and is a fork from Zizaco/entrust
dev-master
2023-06-29 17:59 UTC
Requires
- php: ^8.1
- illuminate/cache: ^10.0.0
- illuminate/console: ^10.0.0
Requires (Dev)
- illuminate/database: ^10.0.0
- mockery/mockery: ^1.5.1
- overtrue/phplint: ^9.0.3
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2024-10-29 20:39:31 UTC
README
This fork is to fix the package to be installable on Laravel v10
Installation
run:
composer require mrafiq709/entrust:dev-master
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.