2017 © Pedro Peláez
 

library laravel-localize

Localize your Laravel application with a single command

image

pawelmysior/laravel-localize

Localize your Laravel application with a single command

  • Wednesday, July 11, 2018
  • by PawelMysior
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Laravel localize

laravel-localize, (*1)

This package installs a global command that lets you easily install language files in your Laravel application., (*2)

The language files are downloaded from the awesome caouecs/Laravel-lang repository., (*3)

Installation

You can install the package globally via composer:, (*4)

composer global require pawelmysior/laravel-localize

Make sure that the global composer's vendor/bin directory is in your system's $PATH., (*5)

Usage

Cd into your Laravel application and run this command:, (*6)

laravel-localize LANG

where LANG is the code of the language you want to install. For example, to install German language files, run:, (*7)

laravel-localize de

The command will install the following files:, (*8)

  • resources/lang/de/auth.php
  • resources/lang/de/pagination.php
  • resources/lang/de/passwords.php
  • resources/lang/de/validation.php
  • resources/lang/de.json

Some other example languages:, (*9)

# Install Dutch language files
laravel-localize nl

# Install Polish language files
laravel-localize pl

# Install Spanish language files
laravel-localize es

You can find the list of available languages here., (*10)

License

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

The Versions

11/07 2018

dev-master

9999999-dev

Localize your Laravel application with a single command

  Sources   Download

MIT

The Requires

 

by Pawel Mysior

laravel language localization

10/07 2018

1.1.0

1.1.0.0

Localize your Laravel application with a single command

  Sources   Download

MIT

The Requires

 

by Pawel Mysior

laravel language localization

27/06 2018

1.0.0

1.0.0.0

Localize your Laravel application with a single command

  Sources   Download

MIT

The Requires

 

by Pawel Mysior

laravel language localization