Mario Bittencourt

Results 3 issues of Mario Bittencourt

Hi, I am using Laravel 5.6, Laravel Doctrine ORM 1.4 with sqlite (in memory) for tests. I've overridden my setupTraits to be ```php protected function setUpTraits() { $uses = parent::setUpTraits();...

I am trying to configure APC as cache driver for metadata and query cache. On the provided doctrine.php config it is clear to do so using the equivalent ENV vars....

I am using version 1.4 and I wonder how can I configure it in a way it can leverage different configurations (host, username, password) to perform reads and writes as...