mmz-srf / ez-legacy-debug-bundle
Symfony bundle 'SRFEzLegacyDebugBundle' show EzLegacy debug informations in the Web-Profiler.
Installs: 2 735
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 20
Forks: 0
Open Issues: 0
Language:HTML
Type:symfony-bundle
This package is not auto-updated.
Last update: 2020-08-21 20:13:35 UTC
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.