alexeymezenin / laravel-best-practices

Laravel best practices
11.24k stars 2.37k forks source link

Seeder in singular -> Good, Seeder in plural -> bad (naming-conventions) #151

Closed FranciscoCaldeira closed 1 year ago

FranciscoCaldeira commented 1 year ago

On the follow-laravel-naming-conventions there is nothing about seeding. Laravel names in singular as the example from docs show. docs

I can fork this!

spekulatius commented 1 year ago

Hey @FranciscoCaldeira

good point, could you add it in the readmes?

Cheers, Peter

FranciscoCaldeira commented 1 year ago

It is done one here.