Skip to content

Releases: mrazinshaikh/laravel-migration

v1.0.3

02 Jun 06:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

01 Jun 14:35
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

  • Some cleanups
  • Allow option to run config:publish on command execution if config file not published.

v1.0.1

01 Jun 14:20
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

Fix autoload path 🐞

v1.0.0

01 Jun 13:52
Compare
Choose a tag to compare

Full Changelog: https://github.com/mrazinshaikh/laravel-migration/commits/v1.0.0

Available commands

Command Description.
migrate Run the database migrations or roll them back with --down option.
migrate:fresh Drop only tables created through migrations and re-run all migrations.
migrate:install Install the migrations table.
make:migration Create a new migration file.
config:publish Publish config file..