maksuco/langjson is a Laravel package for manage translations in laravel json lang files.
It currently has 0 GitHub stars and 32 downloads on Packagist (latest version v0.3).
Install it with composer require maksuco/langjson.
Discover more Laravel packages by maksuco
or browse all Laravel packages to compare alternatives.
Last updated
Manage translations in Laravel json lang files, No DB table, direct transformation in the json files
You can install the package via composer:
$ composer require maksuco/LangJson --dev
This Package works with auto discovery in Laravel +5.5, but is compatible with older versions
php artisan vendor:publish --provider="Maksuco\LangJson\LangJsonServiceProvider"
Now just visit yourprojectname/langjson
For security make sure your login with the user id you define in the config file