Laravel Doctrine Orm Versions Save

A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen

2.0.0

7 months ago

:mega: Please take a look at the upgrade guide for this release!

  • DBAL 3 #541 @keithbrink
  • Laravel 10 #557 @77web

1.8.2

1 year ago
  • Add attributes on entities
  • [FIX] Fix normalizer error (#525) @Andrey
  • [FIX] DoctrinePresenceVerifier, implements DatabasePresenceVerifierInterface #497 @dpslwk

1.8.1

1 year ago

1.8.1

  • Allow symfony/serializer ^5.0 to be used #523 @xaben

1.8.0

1.7.13

2 years ago
  • Hash password-reset tokens before storing (#508 #506) @rosamarsky
  • Trying to print_r circular entity dependency results in OOM in InteractsWithEntities (#510) @k0ka

Also thanks to @dpslwk for review.

⚠️ Breaking change

  • All password reset tokens will be invalidated.

1.6.1

3 years ago
  • Fixed callAfterCreating for one entity in FactoryBuilder::create #441 @zergbz1988

From 1.5.8:

  • Handle default table options in master slave connection #453 @zackrowe
  • Fixed syntax error in facade method EntityManager::getIdentifierFlattener #446 @gazhur94

1.5.8

3 years ago
  • Handle default table options in master slave connection #453 @zackrowe
  • Fixed syntax error in facade method EntityManager::getIdentifierFlattener #446 @gazhur94

1.6.0

4 years ago

Laravel 7.0 supports thanks to @barryo! (#438).

Note that upgrading to Laravel 7.0 requires laravel-doctrine/migrations 2.0, please make sure to read the upgrade notes.

1.5.7

4 years ago
  • Fixed callAfterCreating for one entity in FactoryBuilder::create #441 @zergbz1988

1.4.16

4 years ago
  • Added php_file cache option #433.

1.5.5

4 years ago
  • Added 'serverVersion' configuration option for master-slave setup #423 @xaben