DrudgeRajen / voyager-deployment-orchestrator

Voyager Deployment Orchestrator - Generate Seed Files for BREAD and table.
MIT License
55 stars 22 forks source link

VoyagerDeploymentOrchestratorSeeder seederpath is wrong #35

Open mjducharme opened 3 years ago

mjducharme commented 3 years ago

When trying to run php artisan db:seed --class=VoyagerDeploymentOrchestratorSeeder I got an error that it couldn't find the seeder file in /database/breads/seeds. The seeder files are of course in /database/seeds/breads.

I fixed the seeder path in VoyagerDeploymentOrchestratorSeeder and it fixed it. It looks to be wrong in your repository. I am not 100% sure how this worked before, since this setting must have been wrong before.

anthonymanzo commented 2 years ago

Same issue here. Looks like it's been 2 years since this comment. Is this packages still maintained?