nnjeim / world

A Laravel package which provides a list of the countries, states, cities, currencies, timezones and languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I am unable to seed the package.

benclarke124 opened this issue · comments

When trying to seed the entire package contents it breaks and no error is shown.

Steps to reproduce the behaviour:

  1. Full migrate:fresh of DB
  2. Seed WorldSeeder

I expect the contents to be seeded to the DB, but nothing seeds from this package. The other seeders I have worked as expected.

Software:

  • OS: MacOS M2
  • Laravel 10.10