bcleverly / migration-unmake
Removes the last migration in your migrations folder
dev-master
2019-10-26 18:55 UTC
Requires
- php: ^7.2
- illuminate/support: ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0
Requires (Dev)
- phpunit/phpunit: ^8.4
This package is auto-updated.
Last update: 2025-02-27 07:10:38 UTC
README
A laravel console command to remove the last file in your migrations folder. This is handy in case you create a migration by accident or release you don't need it anymore.
How to install
composer require bcleverly/migration-unmake
How to run
To remove the latest file run the following: php artisan migration:unmake
to dry run add --dry-run
to the end of the command.
MIT license