Releases: ylsideas/feature-flags
Releases · ylsideas/feature-flags
Adds feature:state command
Adds a new console command feature:state
to report the current state of a feature flag.
Fix of `off` logic with validations and middleware
A bug was in the state checking as well as the validation rule which meant it wouldn't behave as expected. This should correct those issues.
Laravel 6 Compatible
v1.0.1 Set to work with Laravel 6
Initial Release
Handles storing and accessing feature flags.
Repositories for storage and access:
- Database
- Config
- Redis
- Chain (uses other repositories)
Integrations for Laravel:
- Routing Middleware.
- Task Scheduling.
- Blade Directives.
- Commands to turn on and off flags.
- Validations.