orm
orm copied to clipboard
A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen
### Package version, Laravel version Laravel 5.5 Laravel doctrine 1.4 PHPUnit 6.0 ### Expected behaviour Tests must pass success. ### Actual behaviour Entity manager can not access the tables in...
I know this place is for bugs, but i don't know any other place where to get a clear response about this. I'm mantaining a huge app that uses Doctrine...
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....
Package version, Laravel version Package version - latest (1.5.4) Laravel - latest (6.x) ### Expected behaviour I can resolve depdendency as ctor injection ```php
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...
### laravel-doctrine/orm v1.4.9, Laravel 5.7.26 ### Expected behaviour After resetting an entity manager, the same extensions should be loaded (listed in `doctrine.extensions`) for that manager. ### Actual behaviour None of...
Package Version: 1.3.* Lumen Version: 5.7.* and 5.8.* Expected Behavior: Tests should run without a problem. Actual Behavior: Got the following error: ``` There was 1 error: 1) ExampleTest::testExample ErrorException:...
Hi there. I've been trying lately the use of Doctrine along with Laravel with LaravelDoctrine. I was happy when i found out that actually you can make the laravel auth...
### Package version, Laravel version package 1.4 laravel 5.6 What is the use case of `ArrayUtil` class? since it's not used internally. I mean it's easy to implement this method...
### Package version, Laravel version laravel-doctrine: 1.4 laravel: 5.7 ### Context I have a static and dynamic database connection. The dynamic connection is configured at runtime and the entity manager...