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
- Verify setup: Ensure
laravel/pennantis installed and driver settings are configured (config/pennant.php). - Define Feature Flag: Register feature toggles inside
AppServiceProvider. - Class-Based Flags: Use class-based features for complex flag calculations.
- Conditional checks: Check flags inside controllers, middleware, or Blade templates cleanly.