-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
We should investigate using Laravel Pennant for implement feature flags. Currently we have our own bare bones implementation of feature flags as seen in:
Lines 234 to 247 in baf38fb
| /* | |
| |-------------------------------------------------------------------------- | |
| | Features | |
| |-------------------------------------------------------------------------- | |
| | | |
| | These are features which can be enabled or disabled. Right now, this | |
| | capability is primarily a way to disable parts of a feature that is not | |
| | fully implemented. | |
| | | |
| */ | |
| 'features' => [ | |
| 'blocking' => false, | |
| 'lived-experience-notifications' => false, | |
| ], |
Laravel Pennant is a simple and light-weight feature flag package - without the cruft. Feature flags enable you to incrementally roll out new application features with confidence, A/B test new interface designs, complement a trunk-based development strategy, and much more
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels