khsing / laravel-world

provide countries, states, and cities relations and database.
MIT License
431 stars 90 forks source link

Problems with with seeders #39

Closed mokhosh closed 3 years ago

mokhosh commented 3 years ago

I couldn't get seeders to run properly because:

  1. they were published to Seeds folder instead of Seeders
  2. they didn't have nay namespace on them so they couldn't be found
  3. some classes had problems with imports