dev-master
9999999-dev https://github.com/ellipsesynergie/locale-to-yaml
MIT
The Requires
- php ~5.6|~7.0
- symfony/console ^3.1
- symfony/yaml ^3.1
The Development Requires
ellipsesynergie locale-to-yaml
Wallogit.com
2017 © Pedro Peláez
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
This package provides artisan commands to export language files from PHP to Yaml. Then, import it back to PHP., (*2)
Via Composer, (*3)
``` bash $ composer require ellipsesynergie/locale-to-yaml, (*4)
## Usage ``` php ...
First, add EllipseSynergie\LocaleToYaml\LocaleToYamlServiceProvider::class to providers of config file app.php., (*5)
php artisan lang:export-to-yaml resources/lang/en/app.php
php artisan lang:import-from-yaml resources/lang/en/app.yml resources/lang/en/app.php
Please see CHANGELOG for more information what has changed recently., (*6)
bash
$ composer test tests/, (*7)
Please see CONTRIBUTING and CONDUCT for details., (*8)
The MIT License (MIT). Please see License File for more information., (*9)
MIT
ellipsesynergie locale-to-yaml