LaravelPackages.net
Acme Inc.
Toggle sidebar
maksuco/langjson

Manage translations in Laravel json lang files

32
0
v0.3
About maksuco/langjson

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

LangJson

Manage translations in Laravel json lang files, No DB table, direct transformation in the json files

Installation

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

Install the config file and edit the info acording to your project

php artisan vendor:publish --provider="Maksuco\LangJson\LangJsonServiceProvider"
  1. Open the config/langjson.php file and edit the admnistrator user id.
  2. Define the lang files you have in your project.

Usage

Now just visit yourprojectname/langjson

For security make sure your login with the user id you define in the config file

Star History Chart