2017 © Pedro Peláez
 

library gettext

Integrate the PHP Gettext library into Laravel 4

image

gloudemans/gettext

Integrate the PHP Gettext library into Laravel 4

  • Monday, February 3, 2014
  • by Crinsane
  • Repository
  • 1 Watchers
  • 3 Stars
  • 168 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Work in Progress - Use at your own risk

Installation

Install the package through Composer. Edit your project's composer.json file by adding:, (*1)

"require": {
    "laravel/framework": "4.0.*",
    "gloudemans/gettext": "dev-master"
}

Next, run the Composer update command from the Terminal:, (*2)

composer update

Now all you have to do is add the service provider of the package. To do this open your app/config/app.php file., (*3)

Add a new line to the service providers array:, (*4)

'Gloudemans\Gettext\GettextServiceProvider'

The Versions

03/02 2014

dev-master

9999999-dev

Integrate the PHP Gettext library into Laravel 4

  Sources   Download

The Requires

 

by Rob Gloudemans

laravel translation gettext

10/12 2013

dev-develop

dev-develop

Integrate the PHP Gettext library into Laravel 4

  Sources   Download

The Requires

 

by Rob Gloudemans

laravel translation gettext