Skip to content

Releases: chrishalbert/laravel-nomadic

Add pre create and post create migration hooks.

19 May 21:01
0731b97
Compare
Choose a tag to compare

Expose hooks through configurations so that developers can specify what happens before or after a migration is created.

Append traits

29 Apr 15:29
ec095cf
Compare
Choose a tag to compare

Accepts configurations to append traits to your stubbed migrations.

Add flags for persistent data.

22 Apr 18:30
Compare
Choose a tag to compare
v1.1.0

Add flags for persist data w/ db.

Handle database sync with unrun migrations.

22 Apr 17:17
Compare
Choose a tag to compare
v1.0.2

Handle database sync with unrun migration.

Add git attributes.

22 Apr 16:45
Compare
Choose a tag to compare
v1.0.1

Merge branch 'master' of https://github.com/chrishalbert/laravel-nomadic

Full test coverage, production ready.

22 Apr 16:25
Compare
Choose a tag to compare

Typo.

20 Apr 17:03
Compare
Choose a tag to compare
v0.1.3

Fix typo.

Handle multiple laravel versions.

20 Apr 15:04
Compare
Choose a tag to compare
v0.1.2

Handle multiple laravel versions.

Bug Fixes

20 Apr 13:49
Compare
Choose a tag to compare
v0.1.1

Make path relative and add backwards compatability.

Initial release.

17 Apr 12:08
Compare
Choose a tag to compare
Initial release. Pre-release
Pre-release
v0.1-alpha

Fix configs per reqs.