mmz-srf/ez-legacy-debug-bundle

该包已被 弃用 且不再维护。未建议替代包。

Symfony 包 'SRFEzLegacyDebugBundle' 在 Web-Profiler 中显示 EzLegacy 调试信息。

安装次数: 2,733

依赖者: 0

建议者: 0

安全: 0

星标: 2

关注者: 20

分支: 0

公开问题: 0

语言:HTML

类型:symfony-bundle

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 调试信息

ScreenShot1

ScreenShot2

安装

获取包

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 维护。