2017 © Pedro Peláez
 

library locale-to-yaml

image

ellipsesynergie/locale-to-yaml

  • Tuesday, November 22, 2016
  • by maximebeaudoin
  • Repository
  • 2 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Locale to Yaml

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![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)

Install

Via Composer, (*3)

``` bash $ composer require ellipsesynergie/locale-to-yaml, (*4)


## Usage ``` php ...

Laravel

First, add EllipseSynergie\LocaleToYaml\LocaleToYamlServiceProvider::class to providers of config file app.php., (*5)

Export

php artisan lang:export-to-yaml resources/lang/en/app.php

Import

php artisan lang:import-from-yaml resources/lang/en/app.yml resources/lang/en/app.php

Change log

Please see CHANGELOG for more information what has changed recently., (*6)

Testing

bash $ composer test tests/, (*7)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*8)

Security

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions