bcleverly / migration-unmake
删除迁移文件夹中的最后一个迁移文件
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: 2024-09-27 05:54:15 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.
如何安装
composer require bcleverly/migration-unmake
如何运行
要删除最新文件,请运行以下命令:php artisan migration:unmake
。要执行干运行,请将--dry-run
添加到命令末尾。
MIT许可证