mmz-srf/ez-legacy-debug-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

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

Installs: 2 733

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 20

Forks: 0

Open Issues: 0

Language:HTML

Type: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

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.