drfraker / snipe-migrations

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

Change seeds path to seeders #38

Closed rasmuscnielsen closed 3 years ago

rasmuscnielsen commented 4 years ago

Reflects the new default path of seeders location in Laravel 8

Vusys commented 4 years ago

This will break BC with 7.x and will break some old 8.x applications as the change from seeds to seeders is somewhat optional. Internally Laravel checks for both directories.

addgod commented 3 years ago

This han been fixed in another pr. that has been merged.