Skip to content

Investigate using Laravel Pennant for implementing feature flags #2544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jobara opened this issue Feb 24, 2025 · 0 comments
Open

Investigate using Laravel Pennant for implementing feature flags #2544

jobara opened this issue Feb 24, 2025 · 0 comments

Comments

@jobara
Copy link
Collaborator

jobara commented Feb 24, 2025

We should investigate using Laravel Pennant for implement feature flags. Currently we have our own bare bones implementation of feature flags as seen in:

platform/config/app.php

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 may provide more options.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant