mmz-srf/ez-legacy-debug-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mmz-srf/ez-legacy-debug-bundle

最新稳定版本:v1.0.1

Composer 安装命令:

composer require mmz-srf/ez-legacy-debug-bundle

包简介

Symfony bundle 'SRFEzLegacyDebugBundle' show EzLegacy debug informations in the Web-Profiler.

README 文档

README

Description

Symfony bundle SRFEzLegacyDebugBundle show EzLegacy debug informations in the Web-Profiler

ScreenShot1

ScreenShot2

Installation

Get the Bundle

Choose your version from packagist.org and add a requirement to your composer.json:

Using the console:

php composer.phar require --dev mmz-srf/ez-legacy-debug-bundle

Composer will add the dependency to your configuration.

Register the Bundle

Add the bundle in your app/AppKernel.php like this:

public function registerBundles()
{
   switch ($this->getEnvironment())
       {
           case "dev":
               $bundles[] = new SRF\Bundles\EzLegacyDebugBundle\SRFEzLegacyDebugBundle();
       }

Update your dependencies

Run php composer.phar update mmz-srf/ez-legacy-debug-bundle

Configuration

Add the configuration to your ezpublish_legacy/settings/override/site.ini:

[DebugSettings]
Debug=only_in_symfony

Clear the caches

Run php app/console cache:clear

License

The Bundle is licensed under MIT. For details, see LICENSE.

Maintained by @mms-uret and @hasankryeziuSRF.

统计信息

  • 总下载量: 2.74k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 20
  • Forks: 0
  • 开发语言: HTML

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-08-31