Skip to content

BCleverly/migration-unmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Migration Unmake

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

About

Removes the last migration in your migrations folder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages