Open mark-f21 opened 2 years ago
Laravel v8 changed location of seeder files and their namespace. As a result db:seed command errors out trying to run seeders created by make:seed command.
db:seed
make:seed
Laravel v8 changed location of seeder files and their namespace. As a result
db:seed
command errors out trying to run seeders created bymake:seed
command.