Feature Toggle
Installation
Applications that use Symfony Flex
composer require sonsofphp/feature-toggle-bundleApplications that don't use Symfony Flex
Step 1: Download the Bundle
composer require sonsofphp/feature-toggle-bundleStep 2: Enable the Bundle
// config/bundles.php
return [
// ...
SonsOfPHP\Bundle\FeatureToggleBundle\SonsOfPHPFeatureToggleBundle::class => ['all' => true],
];Configuration
Debug Command
Twig Templates
Services
Learn More
Feature ToggleLast updated