Releases: mrazinshaikh/laravel-migration
Releases · mrazinshaikh/laravel-migration
v1.0.3
What's Changed
- artisan rename to laravel-migration and documentation added by @mrazinshaikh in #2
- Apply fixes from StyleCI by @mrazinshaikh in #1
New Contributors
- @mrazinshaikh made their first contribution in #2
Full Changelog: v1.0.2...v1.0.3
v1.0.2
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
Full Changelog: v1.0.0...v1.0.1
Fix autoload path 🐞
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.. |