Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

mmz-srf/SrfEzLegacyDebugBundle

Repository files navigation

SRF EzLegacyDebugBundle

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.