orm
orm copied to clipboard
A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen
Please prefix your issue with one of the following: [BUG] [PROPOSAL] [QUESTION]. ### Package version, Laravel version "laravel-doctrine/orm": "1.4.7", "laravel/lumen-framework": "5.6.*", ### Expected behaviour Want to be able to create...
### laravel-doctrine/orm v1.4.10, Laravel Framework 5.5.45 Context: I have the following hierarchy: abtstact User Admin extends User Professional extendes User My `config/auth.php`: ``` 'providers' => [ 'users' => [ 'driver'...
### Package version, Laravel version v2.6.3 ### Expected behaviour Type hints to be generated on methods which have a scalar type set ### Actual behaviour No type hints generated on...
since we use doctrine, it will be nice to their coding standard package
The `mapping_file` config is misleading because it internally look for the config key in the application. Moving the config into another path will cause the mappings to break while no...
In the current version of this package the `EntityListenerResolver` memory caches instances of resolved listeners. This overrides the current behavior of the Laravel container. For example if a develop defines...
Per [maxmatteo](https://laraveldoctrine.slack.com/archives/general/p1442835243000875) we should investigate the feasibility of adding support for mongodb. Doctrine already has [an ODM](https://doctrine-mongodb-odm.readthedocs.org/en/latest/reference/introduction.html) so it may be a simple process to tie it into Laravel Doctrine..
Recently, I found that ClockworkLogger is not working correctly with custom types. It's caused because a lack of types passed to the formatter in src/Loggers/Clockwork/DoctrineDataSource.php. ``` Given query param is...
Doctrine documentation says, that PK can be either INT or STRING. There is not any type conversion. Let's say we have some URL `/{document}/update`. If document has INT PK and...
Is it planned to release a new version of laravel-doctrine to work on Laravel 10?