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