Hi,
I am the creator of Featurevisor, an open source feature flags management tool: https://featurevisor.com/
it comes with a PHP SDK too here: https://featurevisor.com/docs/sdks/php/
I am curious to understand if there are any well established ways of implementing feature flags in Laravel already, and I am keen to produce guides covering this framework for others to read then.
areas I am looking into:
- intercepting requests for evaluating flag values against individual users (like for gradual rollouts)
- handing over pre-evaluated values to frontend (so frontend can pick things up with JavaScript SDK)
- usage of any cache layer for fetching/storing the configuration
any directions highly appreciated 🙌
Thanks