laravel 5.4+ JSON localization for Laravel 5.1+
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+.