Skip to content

GavG/migration-guard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

migration-guard

Keeping watch of your Laravel Migrations

Note this is quite an experimental package and may not be the best way to do this.

The aim of this package is to add a hash column to the laravel migrations table. This can then be checked before migrations are applied to ensure that previously ran migration files have not been changed or removed.

The hash column will be added the first time migrate is ran after installing this package. Subsequent calls to migrate will then hash existing or future migrations.

About

Keeping watch of your Laravel Migrations

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages