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
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
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-31

