trebol / entrust
This package provides a flexible way to add role-based permissions to Laravel and is a fork from Zizaco/entrust
3.0.5
2024-05-16 04:30 UTC
Requires
- php: ^8.2
- brick/math: ^0.11.0
- doctrine/inflector: ^2.0.8
- hamcrest/hamcrest-php: ^2.0.1
- illuminate/bus: ^11.0
- illuminate/cache: ^11.0
- illuminate/collections: ^11.0
- illuminate/conditionable: ^11.0
- illuminate/console: ^11.0
- illuminate/container: ^11.0
- illuminate/contracts: ^11.0
- illuminate/database: ^11.0
- illuminate/events: ^11.0
- illuminate/filesystem: ^11.0
- illuminate/macroable: ^11.0
- illuminate/pipeline: ^11.0
- illuminate/support: ^11.0
- illuminate/view: ^11.0
- laravel/prompts: ^0.1.13
- myclabs/deep-copy: ^1.11.0
- nesbot/carbon: ^2.71.0
- nikic/php-parser: ^5.0.2
- nunomaduro/termwind: ^2.0
- phar-io/manifest: ^2.0.3
- phar-io/version: ^3.2.1
- psr/cache: ^3.0.0
- psr/clock: ^1.0.0
- psr/container: ^2.0.2
- psr/event-dispatcher: ^1.0.0
- psr/log: ^3.0.0
- psr/simple-cache: ^3.0.0
- sebastian/cli-parser: ^3.0.1
- sebastian/code-unit: ^3.0.0
- sebastian/code-unit-reverse-lookup: ^4.0.0
- sebastian/comparator: ^6.0.0
- sebastian/complexity: ^4.0.0
- sebastian/diff: ^6.0.1
- sebastian/environment: ^7.0.1
- sebastian/exporter: ^6.0.1
- sebastian/global-state: ^7.0.1
- sebastian/lines-of-code: ^3.0.0
- sebastian/object-enumerator: ^6.0.0
- sebastian/object-reflector: ^4.0.0
- sebastian/recursion-context: ^6.0.0
- sebastian/type: ^5.0.0
- sebastian/version: ^5.0.0
- symfony/cache: ^6.3.0
- symfony/cache-contracts: ^3.3.0
- symfony/console: ^7.0
- symfony/deprecation-contracts: ^3.3.0
- symfony/event-dispatcher: ^6.3.0
- symfony/event-dispatcher-contracts: ^3.3.0
- symfony/finder: ^7.0
- symfony/options-resolver: ^6.3.0
- symfony/polyfill-ctype: ^1.0.0
- symfony/polyfill-intl-grapheme: ^1.0.0
- symfony/polyfill-intl-normalizer: ^1.0.0
- symfony/polyfill-mbstring: ^1.0.0
- symfony/polyfill-php80: ^1.0.0
- symfony/process: ^7.0
- symfony/service-contracts: ^3.3.0
- symfony/string: ^6.3.0
- symfony/translation: ^6.3.0
- symfony/translation-contracts: ^3.3.0
- symfony/var-exporter: ^6.3.0
- symfony/yaml: ^6.3.0
- theseer/tokenizer: ^1.2.1
- voku/portable-ascii: ^2.0.1
Requires (Dev)
- mockery/mockery: ^1.5.1
- overtrue/phplint: ^9.0.3
- phpunit/php-code-coverage: dev-main
- phpunit/php-file-iterator: dev-main
- phpunit/php-invoker: dev-main
- phpunit/php-text-template: dev-main
- phpunit/php-timer: dev-main
- phpunit/phpunit: dev-main
- dev-master
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0
- 1.0.2
- 1.0.1
- 1.0
- 0.6
- 0.5
- 0.4
- 0.3
- 0.2
- 0.1
- dev-dependabot/composer/nesbot/carbon-3.7.0
- dev-dependabot/github_actions/overtrue/phplint-9.4
- dev-dependabot/composer/symfony/options-resolver-7.1.1
- dev-dependabot/composer/symfony/yaml-7.1.1
- dev-dependabot/composer/brick/math-0.12.1
- dev-dependabot/composer/phpunit/phpunit-10.0.15
This package is auto-updated.
Last update: 2024-10-22 06:13:33 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.