2017 © Pedro Peláez
 

library laravel-caouecs-lang-extended

Generate default languages files for Laravel

image

novius/laravel-caouecs-lang-extended

Generate default languages files for Laravel

  • Friday, September 1, 2017
  • by novius
  • Repository
  • 5 Watchers
  • 1 Stars
  • 938 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 9 % Grown

The README.md

Novius Caouecs lang extended

This package gives an artisan command to publish native laravel translations in the desired language. The native translations are made by the caouecs/laravel-lang package., (*1)

Installation

You can install the package via Composer:, (*2)

composer install novius/caouecs-lang-extended

Then, if you are on Laravel 5.4 (no need for Laravel 5.5 and higher), register the service provider to your config/app.php file:, (*3)

'providers' => [
    ...
    Novius\Caouecs\Lang\LangGeneratorServiceProvider::class,
];

Usage

This command put languages files into resources/lang/{local} folder., (*4)

php artisan lang:install {local}

Example for publishing FR files :, (*5)

php artisan lang:install fr

By default the command does not overwrite existing files. You can use --force parameters to force overriding., (*6)

php artisan lang:install fr --force

Testing

Run the tests with:, (*7)

./test.sh

Lint

Run php-cs with:, (*8)

./cs.sh

Contributing

Contributions are welcome!, (*9)

Licence

This package is under GNU Affero General Public License v3 or (at your option) any later version., (*10)

The Versions

01/09 2017

0.2.x-dev

0.2.9999999.9999999-dev http://novius.com

Generate default languages files for Laravel

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

laravel languages

01/09 2017

0.2.0

0.2.0.0 http://novius.com

Generate default languages files for Laravel

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

laravel languages

23/08 2017

0.1.x-dev

0.1.9999999.9999999-dev http://novius.com

Generate default languages files for Laravel

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

laravel languages

23/08 2017

0.1.0

0.1.0.0 http://novius.com

Generate default languages files for Laravel

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

laravel languages