ilyes512 / laravel-enum-utils
A Laravel enum-utils package.
0.1.0
2024-07-11 13:19 UTC
Requires
- php: >=8.3
- illuminate/support: ^11.0
- illuminate/translation: ^9.0|^10.0|^11.0
- ilyes512/enum-utils: ^0.2.0
- webmozart/assert: ^1.10
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^1.0
- ilyes512/code-style: ^2.0-dev
- larastan/larastan: ^2.9
- laravel/tinker: ^2.9
- mockery/mockery: ^1.6
- orchestra/testbench: ^9.1
- overtrue/phplint: ^9.3
- phpstan/phpstan-mockery: ^1.1
- phpstan/phpstan-webmozart-assert: ^1.2
- spatie/phpunit-snapshot-assertions: ^5.1
This package is auto-updated.
Last update: 2025-04-24 07:54:01 UTC
README
A Laravel enum-utils package.
Installation
You can install the package via composer:
composer require ilyes512/laravel-enum-utils
Publish the config file
Run the following command to publish the config file:
php artisan vendor:publish --tag="enum-utils-config"
License
The MIT License (MIT). Please see License File for more information.