bcleverly/migration-unmake

Removes the last migration in your migrations folder

dev-master 2019-10-26 18:55 UTC

This package is auto-updated.

Last update: 2024-04-27 05:01:24 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