nnjeim/world
Laravel countries, states, cities, currencies, languages and IP geolocation
1.1.38
552K downloads/mo
#3801 most downloaded on Packagist
nnjeim/world
What this package is like to depend on
Last release 6 months ago
04 Feb 2026
Ships fairly regularly
a new release about every 3 months
Most releases are documented
notes for 8 of 9 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
9 releases · first in 2024
2 releases in the last 12 months
see the full history below
Release timeline
9 releases · Feb 2024 to Feb 2026Releases
latest 9-
1.1.3804 Feb 2026Release notes
Open source →1.1.38 - 2026-02-04
- Fixed
Undefined array key "class"error when runningphp artisan world:installwith geolocate module enabled - SeedAction now properly skips non-seedable modules (geolocate, phone, etc.)
- Improved transformer handling for optional
state_codecolumn - Enhanced error messages for geolocation debugging
- Fixed
-
1.1.3703 Feb 2026Release notes
Open source →New Geolocate Module: IP-based geolocation feature
Added World::geolocate() facade method for IP geolocation
Added GET /api/geolocate endpoint with automatic IP detection
Added MaxMind GeoLite2 database support via geoip2/geoip2 package
Added fallback to ip-api.com when database not installed
Added php artisan world:geoip command to download GeoLite2 database
Added Geolocate middleware for automatic IP resolution from headers
IP detection supports: CF-Connecting-IP, X-Forwarded-For, X-Real-IP, CLIENT-IP
Returns linked Country, State, City models with database IDs when available
Configurable via world.modules.geolocate and world.geolocate settings -
1.1.3621 Aug 2025Release notes
Open source →- added Armenian locale support by @vahan
- added Nepali locale support by @sagautam5
- added Sawahili locale support by @ludanadeodatus
- Available php memory check by @sorrowflufloyd
- update documentation
-
1.1.3514 May 2025Release notes
Open source →Description
- Addition of the azerbaijani localisation by @elnurvl.
- Updated README
-
1.1.3403 Mar 2025Release notes
Open source →Description
- Fix for the world install console command
- Tested with Laravel 11, php 8.3/8.4
-
1.1.3307 Feb 2025Release notes
Open source → -
1.1.3220 Dec 2024 -
1.1.3115 Jul 2024Nothing published for this version
-
1.1.3008 Feb 2024Release notes
Open source →- Addition of the br, fr, hr, kr, pt locales @rinodrummer
- Addition of the install helper @rinodrummer
- Ability to define a custom database connection @rinodrummer
See UPGRADE.md file.