mmz-srf / ez-legacy-debug-bundle
该包已被 弃用 且不再维护。未建议替代包。
Symfony 包 'SRFEzLegacyDebugBundle' 在 Web-Profiler 中显示 EzLegacy 调试信息。
v1.0.1
2015-09-16 09:55 UTC
This package is not auto-updated.
Last update: 2020-08-21 20:13:35 UTC
README
描述
Symfony 包 SRFEzLegacyDebugBundle
在 Web-Profiler 中显示 EzLegacy 调试信息
安装
获取包
从 packagist.org 选择版本,并在您的 composer.json
中添加需求
使用控制台
php composer.phar require --dev mmz-srf/ez-legacy-debug-bundle
Composer 会将依赖添加到您的配置中。
注册包
将包添加到您的 app/AppKernel.php
,如下所示
public function registerBundles() { switch ($this->getEnvironment()) { case "dev": $bundles[] = new SRF\Bundles\EzLegacyDebugBundle\SRFEzLegacyDebugBundle(); }
更新依赖
运行 php composer.phar update mmz-srf/ez-legacy-debug-bundle
配置
将配置添加到您的 ezpublish_legacy/settings/override/site.ini
[DebugSettings] Debug=only_in_symfony
清除缓存
运行 php app/console cache:clear
许可
该包遵循 MIT 许可。详细信息见 LICENSE。
由 @mms-uret 和 @hasankryeziuSRF 维护。