Skip to content

Releases: ylsideas/feature-flags

Adds feature:state command

28 Oct 23:41
Compare
Choose a tag to compare

Adds a new console command feature:state to report the current state of a feature flag.

Fix of `off` logic with validations and middleware

07 Sep 19:40
Compare
Choose a tag to compare

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

07 Sep 19:38
Compare
Choose a tag to compare
v1.0.1

Set to work with Laravel 6

Initial Release

16 Jul 19:01
Compare
Choose a tag to compare

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.