orm
orm copied to clipboard
A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen
### Changes proposed in this pull request: The new database factory system is added, it was copied from the Laravel Eloquent modern factories https://laravel.com/docs/9.x/database-testing Everything except [Factory relationships](https://laravel.com/docs/9.x/database-testing#factory-relationships) has been...
Laravel 8 introduced a [new factory system](https://laravel.com/docs/8.x/database-testing#defining-model-factories). Will laravel-doctrine support it?
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();...
### Changes proposed in this pull request: - Upgrade to DBAL3 - Use symfony/cache for cache since doctrine/cache as been deprecated - Remove usage from deprecated / deleted classes of...
### 1.7, 8.45 I configured a brand new Laravel application and installed the latest version of `Laravel Doctrine` when trying to navigate to a page or execute an `artisan` command...
### Package version, Laravel version laravel-doctrine/orm": "^1.6", "laravel/lumen-framework": "^7.2", ### Expected behaviour ```php use Symfony\Component\Validator\Constraints as Assert; class PushInfo { /** * * @var string * @Assert\NotBlank() */ protected $bizId;...
Hey team 👋🏻 , As the title indicates, I would like to check what are the plans (if any) to support Laravel Octane and a concept of long running web...
### Changes proposed in this pull request: - Laravel standard event support - [QueryExecuted](https://github.com/laravel/framework/blob/8.x/src/Illuminate/Database/Events/QueryExecuted.php) - supports [Sentry](https://github.com/getsentry/sentry-laravel/blob/c9077d6765bff3f7f8ed7e91774d5bd224847a2b/src/Sentry/Laravel/Tracing/EventHandler.php#L217) (Sentry bind QueryExecuted event)
## TODO - Stop using deprecated methods
### Changes proposed in this pull request: `property_embedOne_embed_two` -> `property_embed_one_embed_two`