devexploris/shizuku-feature-flags
Symfony bundle to manage feature flags stored in Doctrine ORM. Toggle features from the database, check flags in PHP via FeatureFlagService or in Twig with the feature() function, and manage flags with CLI commands to list, create, enable, and disable.
DateTimeImmutable → Carbon, query builder → Eloquent queries).@feature('flag_name')).php artisan shizuku:flag:create).feature() function?tenant()) integrate?FeatureFlagService) into Laravel services, but this would be fragile and require ongoing maintenance.composer.json to target Laravel’s dependencies (e.g., laravel/framework, illuminate/database).FeatureFlag entity to an Eloquent model.Repository → Model::query()).DateTimeImmutable → Carbon conversions.FeatureFlagService’s cache dependency with Laravel Cache (Cache::tags() or manual invalidation).@feature('flag_name')) or a helper (e.g., feature('flag_name')).tools package or a dedicated route).php artisan shizuku:flag:create).Symfony/Console or Laravel’s Prompt helpers).PHPUnit, Pest).Symfony/Console can bridge the gap.How can I help you explore Laravel packages today?