Skip to content

Releases: szainmehdi/laravel-doctrine-jetpack

v0.6 - Fix make:entity command with --mapping option

13 Feb 02:45
Compare
Choose a tag to compare

Fixed

  • Calling php artisan make:entity Foo --mapping throws error.

v0.5 - Rename commands to `make:entity` and `make:mapping`

10 Feb 02:36
Compare
Choose a tag to compare
Rename commands to remove unnecessary doctrine prefix.

v0.4 - FlushEntityManager middleware

01 Feb 20:02
Compare
Choose a tag to compare

This release adds a new Middleware that allows your to automatically flush the entity manager and persist your entities to the database at the end of each request.

v0.3.1 - Hotfixes

29 Jan 16:30
Compare
Choose a tag to compare

Fixed

  • FluentServiceProvider package autoloading fatal-errors before config file is published.
  • Fluent IDE helper file uses the incorrect method name.

v0.3 - Fluent Helpers and more!

29 Jan 03:41
Compare
Choose a tag to compare

v0.2 - Customization Support

28 Jan 15:04
Compare
Choose a tag to compare

Adds support for customizing the configuration of the entity and mapping generators.

Initial Release

27 Jan 16:53
a02c976
Compare
Choose a tag to compare
v0.1

Add github test workflow