Skip to content

πŸš€ Laravel GeoGenius v1.1

Choose a tag to compare

@devrabiul devrabiul released this 13 Sep 08:36
· 19 commits to main since this release

πŸš€ 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