Categories
Symfony Web API

Symfony profiler – Remove PHP Warning and PHP Notice errors

modify following file -> /web/app.php

Add following arguments

use Symfony\Component\Debug\Debug;

Debug::enable(E_ERROR);

$kernel = new AppKernel($environment, true);
Categories
Programming Scalability Symfony

Symfony Profiler – enjoy programming – symfony helper

http://symfony.app/_profiler

Categories
Symfony

Command to find out Symfony version

composer show

symfony/symfony v3.3.2 The Symfony PHP framework