PlannrCrm / laravel-fast-refresh-database

🚀 Refresh your test databases faster than you've ever seen before
MIT License
415 stars 18 forks source link

Use Laravel's Migrator to check for migration paths #18

Open nick-potts opened 8 months ago

nick-potts commented 8 months ago

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.