PHP code example of mmz-srf / ez-legacy-debug-bundle
1. Go to this page and download the library: Download mmz-srf/ez-legacy-debug-bundle library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mmz-srf / ez-legacy-debug-bundle example snippets
public function registerBundles()
{
switch ($this->getEnvironment())
{
case "dev":
$bundles[] = new SRF\Bundles\EzLegacyDebugBundle\SRFEzLegacyDebugBundle();
}
composer.phar update mmz-srf/ez-legacy-debug-bundle
app/console cache:clear
app/AppKernel.php