π Laravel GeoGenius v1.1
π Laravel GeoGenius v1.1
v1.1 Update β Enhancements for multilingual support, user language management, and code optimization.
β¨ New & Improved Features
-
π·οΈ Add New Language via Artisan β Use the new command to add language files easily:
php artisan geo:add-language {locale}Example:
php artisan geo:add-language bn
-
π Automatic User Language Detection β Detect and set the language based on visitor preferences or browser settings.
-
π€ Per-User Language Switching β Change the current userβs language programmatically:
laravelGeoGenius()->language()->changeUserLanguage('bn');
-
β‘ Optimized Code & Performance β Refactored language handling and internal services for faster response and lower resource usage.
-
π Backward Compatible β All previous features remain fully functional (geolocation, timezone, country picker, phone validation, caching, Livewire support).
π Installation / Upgrade
composer update devrabiul/laravel-geo-genius
php artisan vendor:publish --provider="Devrabiul\\LaravelGeoGenius\\LaravelGeoGeniusServiceProvider"π Docs & Demo
- Documentation: GitHub README
- Live Demo: packages.rixetbd.com/laravel-geo-genius