gloudemans/gettext

Integrate the PHP Gettext library into Laravel 4
174 3
Install
composer require gloudemans/gettext
PHP:>=5.3.0
Last Updated:Feb 3, 2014
Links: GitHub  ·  Packagist
Maintainer: Crinsane

Work in Progress - Use at your own risk

Installation

Install the package through Composer. Edit your project's composer.json file by adding:

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

Next, run the Composer update command from the Terminal:

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.

Add a new line to the service providers array:

'Gloudemans\Gettext\GettextServiceProvider'

Related Packages

tio/laravel

Add this package to localize your Laravel application (PHP, JSON or GetText).

346,481 170
now-here/laravel-gettext

Adds localization support to laravel applications in an easy way using Poedit an...

11,742 0
zerospam/laravel-gettext

Adds localization support to laravel applications in an easy way using Poedit an...

208,917 101
clusteramaryllis/gettext

Adds localization support to laravel applications with PoEdit and Gettext

657 4
aar/laravel-auto-translator

A comprehensive, high-performance translation management system for Laravel with...

6 0