Download the PHP package novius/laravel-caouecs-lang-extended without Composer
On this page you can find all versions of the php package novius/laravel-caouecs-lang-extended. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download novius/laravel-caouecs-lang-extended
More information about novius/laravel-caouecs-lang-extended
Files in novius/laravel-caouecs-lang-extended
Package laravel-caouecs-lang-extended
Short Description Generate default languages files for Laravel
License AGPL-3.0
Homepage http://novius.com
Informations about the package laravel-caouecs-lang-extended
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.
Installation
You can install the package via Composer:
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:
Usage
This command put languages files into resources/lang/{local}
folder.
Example for publishing FR files :
By default the command does not overwrite existing files. You can use --force
parameters to force overriding.
Testing
Run the tests with:
Lint
Run php-cs with:
Contributing
Contributions are welcome!
Licence
This package is under GNU Affero General Public License v3 or (at your option) any later version.
All versions of laravel-caouecs-lang-extended with dependencies
caouecs/laravel-lang Version ~3.0
laravel/framework Version ~5.6
mockery/mockery Version ^1.0