2017 © Pedro Peláez
 

library laravel-lang-installer

Command for easily add languages to a Laravel project

image

ablunier/laravel-lang-installer

Command for easily add languages to a Laravel project

  • Tuesday, June 12, 2018
  • by ablunier
  • Repository
  • 2 Watchers
  • 10 Stars
  • 627 Installations
  • PHP
  • 0 Dependents
  • 2 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 15 % Grown

The README.md

Laravel languages installer

Install translation files for any language with a command in your laravel projects. The language files will be downloaded from the awesome caouecs languages repository., (*1)

Requirements

  • PHP 5.5 or higher.
  • Laravel >= 5.1

Installation

Add the package to your composer.json:, (*2)

composer require ablunier/laravel-lang-installer

Add the service provider in app.php:, (*3)

    Ablunier\Laravel\Translation\LanguageInstallerServiceProvider::class,

Publish the package's assets:, (*4)

php artisan vendor:publish

Configuration

Edit the 'lang-installer.php' file in your config folder to add your required languages and files., (*5)

Usage

Execute the command:, (*6)

php artisan lang:install

The Versions

12/06 2018

dev-master

9999999-dev

Command for easily add languages to a Laravel project

  Sources   Download

The Requires

 

by Adrian P. Blunier

laravel translation languages

19/02 2018

1.1.1

1.1.1.0

Command for easily add languages to a Laravel project

  Sources   Download

The Requires

 

by Adrian P. Blunier

laravel translation languages

15/09 2017

1.1.0

1.1.0.0

Command for easily add languages to a Laravel project

  Sources   Download

The Requires

 

by Adrian P. Blunier

laravel translation languages

15/04 2016

1.0.0

1.0.0.0

Command for easily add languages to a Laravel project

  Sources   Download

The Requires

 

by Adrian P. Blunier

laravel translation languages