kodilab / laravel-i18n
I18n laravel package
Installs: 326
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/kodilab/laravel-i18n
Requires
- php: >=7.0
- illuminate/console: 5.5.*|5.6.*|5.7.*|5.8.*
- illuminate/database: 5.5.*|5.6.*|5.7.*|5.8.*
- illuminate/http: 5.5.*|5.6.*|5.7.*|5.8.*
- illuminate/pagination: 5.5.*|5.6.*|5.7.*|5.8.*
- illuminate/support: 5.5.*|5.6.*|5.7.*|5.8.*
- kodilab/laravel-filters: ^1.0.0
Requires (Dev)
- fzaninotto/faker: ^1.4
- orchestra/testbench: ~3.0
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2020-09-03 09:59:38 UTC
README
Disclaimer
Please, consider fill an issue if you see a bug or an unexpected behaviour. That would be really useful
to make laravel-i18n better.
Introduction
Laravel i18n is a laravel package which provides additional features to the Laravel out of the box localization system.
Those are the main features:
- Automatically translation files generation/updating based on the calls to the translation method (
__()) found in your project (included 3th party published translations) - Deprecated translations detection
localecapabilities to work with specific timezones, currency and number format (decimals, punctuation and so on...)Eloquent Modelstranslation attributes capabilities.- Translation API allowing update translations
Documentation
Go to the Laravel i18n documentation