nnjeim / world

A Laravel package which provides a list of the countries, states, cities, currencies, timezones and languages.
MIT License
737 stars 104 forks source link

Empty data response #57

Closed theJohnCode closed 1 year ago

theJohnCode commented 1 year ago

The World::counries()->data returns empty This happens even when i have run the migration and seeder

nnjeim commented 1 year ago

On 7 Jun 2023, at 06:14, Ifeanyichukwu John @.***> wrote:

*The World::counries()->data returns empty This happens even when i have run the migration and seeder

— Reply to this email directly, view it on GitHub https://github.com/nnjeim/world/issues/57, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS2ECX5GNGCJA7MEQKNPJT3XJ7W3FANCNFSM6AAAAAAY5HOSUU. You are receiving this because you are subscribed to this thread.

Hi, please try World::countries() Check the Readme for more details.

Thank you.