bcleverly/migration-unmake

Removes the last migration in your migrations folder

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/bcleverly/migration-unmake

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

This package is auto-updated.

Last update: 2025-09-27 08:32:45 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