drfraker / snipe-migrations

Blazing fast database migrations for Laravel tests.
MIT License
290 stars 32 forks source link

Find migrations in sub directories #5

Closed JayBizzle closed 5 years ago

JayBizzle commented 5 years ago

Migrations aren't always in the top level migrations folder, especially if using other packages like https://github.com/JayBizzle/Laravel-Migrations-Organiser

This update recursively scans all sub directories to find migrations.

👍

drfraker commented 5 years ago

Thanks for your contribution.