bengr / localization
Package for localizing currencies, countries, languages and more for every nation in a nice Laravel way.
Installs: 322
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/bengr/localization
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"