Download the PHP package joyching/laravel-i18n-tool without Composer
On this page you can find all versions of the php package joyching/laravel-i18n-tool. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download joyching/laravel-i18n-tool
More information about joyching/laravel-i18n-tool
Files in joyching/laravel-i18n-tool
Download joyching/laravel-i18n-tool
More information about joyching/laravel-i18n-tool
Files in joyching/laravel-i18n-tool
Vendor joyching
Package laravel-i18n-tool
Short Description A Laravel package providing artisan commands to import and export language files from and to CSV.
License MIT
Package laravel-i18n-tool
Short Description A Laravel package providing artisan commands to import and export language files from and to CSV.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-i18n-tool
Laravel i18n Tool
Installation
Run composer require
to install the package.
Finally add the following line to the providers
array of your config/app.php
file:
Configuration
Publish configuration in Laravel 5
Export
Export the all i18n files to .csv
files
Export specific locale i18n files to .csv
file, example: en
It will export .env
files in laravel project storage/app/i18n-exports
folder
All versions of laravel-i18n-tool with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
illuminate/console Version ~5.5
illuminate/support Version ~5.5
illuminate/translation Version ~5.5
illuminate/console Version ~5.5
illuminate/support Version ~5.5
illuminate/translation Version ~5.5
The package joyching/laravel-i18n-tool contains the following files
Loading the files please wait ....