responsilicious / entrust
This package provides a flexible way to add Role-based Permissions to Laravel
8.0.2
2023-01-31 12:30 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
- dev-master
- 8.0.2
- 8.0.1
- 8.0.0
- 7.0.1
- 7.0.0
- 5.2.x-dev
- 1.9.1
- 1.9.0
- 1.9.0-beta1
- 1.8.0
- 1.8.0-alpha1
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.x-dev
- 1.0.0
- v0.4.0beta
- v0.3.0beta
- v0.2.1beta
- v0.2beta
- v0.1beta
- dev-php8
- dev-develop
- dev-2.0-dev
- dev-laravel-5
- dev-moura137-327
This package is not auto-updated.
Last update: 2025-03-26 20:49:13 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.