orm
orm copied to clipboard
A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen
HI, I'm using lumen last version and I have configured the failed job configuration on the queue: 'failed' => [ 'driver' => env('QUEUE_FAILED_DRIVER', 'database'), 'database' => env('DB_CONNECTION', 'mysql'), 'table' =>...
### Expected behaviour Queries are displaying on the **Queries** page ### Actual behaviour 
Please prefix your issue with one of the following: [BUG] [PROPOSAL] [QUESTION]. ### Laravel Doctrine Version >1.4, Laravel Version 8.12 I am trying to using the Laravel exists function for...
### Package version, Laravel version doctrine/orm:2.9.1 laravel-doctrine/orm: 1.7.7 I was unable to find the available metadata drivers in the documentation and had to look at the source code to figure...
http://slack.laraveldoctrine.org/ is down (403)
I expect a seed rollback. ### Package version, Laravel version - laravel-doctrine/orm v1.6.1 - laravel/framework v7.25.0 ### Steps to reproduce the behaviour Using the RefreshDatabase. ```php
I do have a new behavior without any app code changes. Before update to L6.18 (don't know the exact version before) it worked as exspected. Then I did upgrade to...
### Changes proposed in this pull request: - fix logger to work with custom types
I'm trying to integrate Doctrine into my Laravel Project. I'm running into an issue where my entities must implement two UrlRoutable contracts for routing to work properly. I have a...
Package version 1.5.5, Laravel version 6.17.1 Hi i got a question about the DoctrineServiceProvider specifically about singleton binding for 'em'. Here's a snippet of the DoctrineServiceProvider. ```php /** * Setup...