snapshotpl / ZfSnapPhpDebugBar

PHP Debug Bar module for Zend Framework 2 & 3
29 stars 11 forks source link

problems to install it in ZF3 project #20

Closed celtic34fr closed 6 years ago

celtic34fr commented 7 years ago

hi,

working with ZfcTwig in my project, i was interesting by your debugbar. so i'll install it.

according composer checkout, all was install and must be effective, but when i try to access to my web site project, i have my home page, but not trace of the debugbar ?

Could you give some informations about how to include and show your debugbar in all the pages of my project? Do I have to do a special setting after to have the traces for Twig and Doctrine (which I use too)?

In advance, thank you for your answer.

Gilbert ARMENGAUD (Béziers, Occitanie, France)

snapshotpl commented 7 years ago

I think you need to use in twig headScript and headLink link in zend view. https://github.com/snapshotpl/ZfSnapPhpDebugBar/blob/master/tests/assets/views/layout.phtml

snapshotpl commented 7 years ago

@celtic34fr ping

celtic34fr commented 7 years ago

Sorry for the time I took to answer you, I will try as soon as possible, and return my test results.