A Feature Flags Implementation for Filament


The Filament Feature Flags package by Stephen Jude is a feature segmentation package made with Laravel Pennant. This feature flag package provides a UI to manage configurable features and segments in your Filament application:

This Filament Feature Flags package was released a few weeks ago, offering the following features in the initial v1.0 version:

  • Apply features for a segment of users (i.e., by country or currency)
  • Apply features for individual users (i.e., by email or ID)
  • Apply features for all users
  • Create custom feature segmentation
  • Feature event handling (i.e., run code when a feature is activated/deactivated)
  • UI to modify a segment of users
  • Purge all resolved features from storage

You can learn more about this package, get full installation instructions, and view the source code on GitHub.

The post A Feature Flags Implementation for Filament appeared first on Laravel News.
Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.