Package Data | |
---|---|
Maintainer Username: | racklin |
Maintainer Contact: | racklin@gmail.com (Rack Lin) |
Package Create Date: | 2017-05-04 |
Package Last Update: | 2017-05-04 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:19:02 |
Package Statistics | |
---|---|
Total Downloads: | 56 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
This package make your old laravel project using laravel 5.4+ JSON localization.
composer require racklin/json-translator:dev-master
Add service provider into your providers array in config/app.php
Racklin\JsonTranslator\JsonTranslationServiceProvider::class,
You may retrieve lines from language files using the __
helper function.
Current package version works for Laravel 5.1+.
MIT: https://racklin.mit-license.org/