bengr / localization
Package for localizing currencies, countries, languages and more for every nation in a nice Laravel way.
1.0.4
2023-07-03 21:05 UTC
Requires
- spatie/laravel-package-tools: ^1.15
Requires (Dev)
- orchestra/testbench: ^7.13
- phpunit/phpunit: ^9.5
README
Package for localizing currencies, countries, languages and more for every nation in a nice Laravel way.
Installation
You can install the package via composer:
composer require bengr/localization
You can publish the config file with:
php artisan vendor:publish --tag="localization-config"