laravel-fast-refresh-database
laravel-fast-refresh-database copied to clipboard
Use Laravel's Migrator to check for migration paths
This is a continuation of #10, where it uses's Laravel's migrator instance to fetch custom migration paths.
Also added in the docs the ability to override getCustomMigrationPaths
and getMigrationPaths
.