parthokar/feature-flag

Database driven feature flag system for Laravel

Maintainers

Package info

github.com/parthokar90/feature-flag

pkg:composer/parthokar/feature-flag

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.4.0 2026-01-31 10:48 UTC

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