Skip to content

v1.0.0

Compare
Choose a tag to compare
@mrazinshaikh mrazinshaikh released this 01 Jun 13:52
· 17 commits to main since this release

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..