Frage

When using Silex, how can I get Doctrine queries to show up in the web toolbar?

I'm using Silex\Provider\DoctrineServiceProvider and Dflydev\Silex\Provider\DoctrineOrm\DoctrineOrmServiceProvider.

I also have "symfony/doctrine-bridge": "v2.4.1" enabled in composer.json

War es hilfreich?

Lösung

The easiest way is to use a service provider that already does that, like https://github.com/saxulum/saxulum-webprofiler-provider

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top