Is it just me, or is opensoft/rollout better than #Laravel Pennant for managing simple on/off feature flags?
The one thing that currently baffles me is the caching of feature switch states in the database - I'm having to purge it every time I turn a feature off, which I didn't have to do with rollout.
Not to mention, no out-of-the-box console commands for managing feature flags - they have to be written as code and deployed before they can be used.