Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

nnjeim's avatar

Laravel world

Hi all,

I have developed a Laravel package to provide a list of the countries, states, cities, currencies and timezones. I would love to have your feedback.

https://github.com/nnjeim/world

0 likes
7 replies
bugsysha's avatar

I never consider packages that don't have tests. Haven't even check anything else. This is a show-stopper for me.

1 like
nnjeim's avatar

@bugsysha Thank you for the constructive comment. Unit tests were added.

1 like
webrobert's avatar

@nnjeim, First look, great idea! Thank you! It's a laborious exercise to have to make all this just to start building an app. Ha, and I love the name of this package.

ONE YEAR LATER ...

My colleague: We are almost ready...
Me: Did you install the World?
1 like
nnjeim's avatar

@webrobert thank you. i intend to develop it further more by integrating a currency conversion api. what do you think of this additional feature? what is missing in your opinion?

furqanDev's avatar

I would love to try it. I will consider it using in one of my projects.

1 like
Daniel-Pablo's avatar

@nnjeim I ran the command php artisan world:install but the seeder did not seed any database table all is empty so the data was not pulled, I am working with Laravel 10 any idea why this is not populating the tables?

Thanks in advance

stridesdata's avatar

@Daniel-Pablo Increase your memory_limit in php.ini. I had the same issue at 128m, then I increased to 512m and It migrated and seeded as expected

Please or to participate in this conversation.