maksuco / langjson
Manage translations in Laravel json lang files
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:laravel
This package is not auto-updated.
Last update: 2025-03-09 05:37:01 UTC
README
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"
- Open the config/langjson.php file and edit the admnistrator user id.
- 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