andychukse / entrust
This package provides a flexible way to add Role-based Permissions to Laravel
11.0.0
2024-11-04 12:33 UTC
Requires
- php: ^8.0
- illuminate/cache: ~9.0|~10.0|~11.0
- illuminate/console: ~9.0|~10.0|~11.0
- illuminate/support: ~9.0|~10.0|~11.0
Requires (Dev)
- illuminate/database: ~9.0|~10.0|~11.0
- mockery/mockery: 2.0.x-dev
- phpunit/phpunit: ^9|^10|^11
This package is auto-updated.
Last update: 2025-03-04 13:17:11 UTC
README
This fork is to fix the package to be installable on Laravel v7, Laravel v8, Laravel v9, Laravel v10, Laravel v11
Installation
For Laravel 7 run:
composer require "andychukse/entrust:^9.0"
For Laravel 8 run:
composer require "andychukse/entrust:^9.0"
For Laravel 9 run:
composer require "andychukse/entrust:^9.0"
For Laravel 10 run:
composer require "andychukse/entrust:^10.0"
For Laravel 11 run:
composer require "andychukse/entrust:^11.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.