2017 © Pedro Peláez
 

library json-translator

Using laravel 5.4 compatible json localization files for laravel 5.1+

image

racklin/json-translator

Using laravel 5.4 compatible json localization files for laravel 5.1+

  • Thursday, May 4, 2017
  • by racklin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 28 % Grown

The README.md

laravel 5.4+ JSON localization for Laravel 5.1+

This package make your old laravel project using laravel 5.4+ JSON localization., (*1)

Install

  1. Use composer to add the package into your project using composer require racklin/json-translator:dev-master

Add Service Provider

Add service provider into your providers array in config/app.php, (*2)

Racklin\JsonTranslator\JsonTranslationServiceProvider::class,

Retrieving Translation Strings

You may retrieve lines from language files using the __ helper function., (*3)

Laravel version

Current package version works for Laravel 5.1+., (*4)

License

MIT: https://racklin.mit-license.org/, (*5)

The Versions

04/05 2017

dev-master

9999999-dev

Using laravel 5.4 compatible json localization files for laravel 5.1+

  Sources   Download

MIT

The Requires

 

by Rack Lin

laravel json localization