plateshift / feature-flag-bundle
此包包含功能标志包,用于控制部署之外的功能。
v1.0.0
2023-04-27 20:40 UTC
Requires
- php: ^8.0
- ext-dom: *
- ext-json: *
- ext-pdo: *
- ibexa/admin-ui: ~4.2
- ibexa/core: ~4.2
- ibexa/http-cache: ~4.2
Requires (Dev)
- phpunit/phpunit: ~9.5
This package is auto-updated.
Last update: 2024-09-14 12:49:39 UTC
README
PlateShift 功能标志包是一个 eZ Platform 包,用于处理功能控制,让您能够更好地控制功能何时上线。
可以检查功能的状态为 启用
和 禁用
,以节省宝贵的感叹号(以及忽略它们的头痛)!
安装
将包添加到您的 config/bundles.php
<?php return [ // ... PlateShift\FeatureFlagBundle\PlateShift\FeatureFlagBundle::class => ['all' => true], // ... ];
在 config/routes/plate_shift_feature_flag.yaml
(或其他包含位置)中添加路由配置
_plateshiftFeatureFlags: resource: '@PlateShiftFeatureFlagBundle/Resources/config/routing.yaml'
配置
请参阅配置文档。
使用方法
请参阅使用文档。
变更日志
请参阅变更日志文档或github 发布概览。