parthokar / feature-flag
Database driven feature flag system for Laravel
v0.4.0
2026-01-31 10:48 UTC
Requires
- php: ^8.1
- illuminate/support: ^12.0
This package is auto-updated.
Last update: 2026-03-29 01:14:15 UTC
README
A lightweight, database-driven Feature Flag package for Laravel.
Easily enable or disable features at runtime without redeploying your application.
Features
- Database-driven feature flags
- Simple API (
enabled('feature_key')) - Laravel auto-discovery support
- Publishable migrations
- Dependency Injection friendly
- Facade, Middleware & Cache support (coming soon)
Installation
1. Install via Composer
composer require parthokar/feature-flag