Releases: chrishalbert/laravel-nomadic
Releases · chrishalbert/laravel-nomadic
Add pre create and post create migration hooks.
Expose hooks through configurations so that developers can specify what happens before or after a migration is created.
Append traits
Accepts configurations to append traits to your stubbed migrations.
Add flags for persistent data.
v1.1.0 Add flags for persist data w/ db.
Handle database sync with unrun migrations.
v1.0.2 Handle database sync with unrun migration.
Add git attributes.
v1.0.1 Merge branch 'master' of https://github.com/chrishalbert/laravel-nomadic
Full test coverage, production ready.
v1.0.0 Add badges.
Typo.
v0.1.3 Fix typo.
Handle multiple laravel versions.
v0.1.2 Handle multiple laravel versions.
Bug Fixes
v0.1.1 Make path relative and add backwards compatability.
Initial release.
v0.1-alpha Fix configs per reqs.