I am trying to use this
https://github.com/barelon/CgKintBundle https://github.com/raveren/kint
for debugging
Now i am able to see debugging in TWIG templates but i am not sure how to use
https://github.com/raveren/kint#installation-and-usage
in symfony php clases.
require '/kint/Kint.class.php';
########## DUMP VARIABLE ###########################
Kint::dump($GLOBALS, $_SERVER); // any number of parameters
// or simply use d() as a shorthand:
d($_SERVER);
do i need to add this code in controller of symfony