EzDebugBundle

UNIX name Owner Status
EzDebugBundle eZ Publish Legacy stable
Version Compatible with
N/A N/A
Example of extending the symfony toolbar

HTollefsenEzDebugBundle

Installation

  1. Update EzPublishKernel.php
    ...
    use HTollefsen\EzDebugBundle\HTollefsenEzDebugBundle;
    ...
    case "dev":
    $bundles[] = new HTollefsenEzDebugBundle();
    ...
  2. Update composer.json
    ...
    "repositories": [
    {
    "type": "git",
    "url": "https://github.com/htollefsen/ezdebugbundle"
    }
    ],
    ...
  3. Run composer require with --dev
    composer require --dev htollefsen/ezdebugbundle:dev-master

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.