laravel-pennant-feature-flags

Installation
SKILL.md

Laravel Pennant Feature Flags

When To Use

Use this skill when implementing continuous delivery, beta-testing features for specific users, or configuring runtime flags.

Workflow

  1. Verify setup: Ensure laravel/pennant is installed and driver settings are configured (config/pennant.php).
  2. Define Feature Flag: Register feature toggles inside AppServiceProvider.
  3. Class-Based Flags: Use class-based features for complex flag calculations.
  4. Conditional checks: Check flags inside controllers, middleware, or Blade templates cleanly.

Examples

Good Example

Installs
2
GitHub Stars
1
First Seen
Jul 7, 2026
laravel-pennant-feature-flags — alizharb/agent-skills