gloudemans/gettext
There is no license information available for the latest version (dev-master) of this package.
Integrate the PHP Gettext library into Laravel 4
Maintainers
dev-master
2014-02-03 08:56 UTC
Requires
- php: >=5.3.0
- gettext/gettext: dev-master
- illuminate/support: ~4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
Unknown License c530e9ed161e7c5565c4548a24c270ad3fa369ba
- Rob Gloudemans <Rob_Gloudemans.woop@hotmail.com>
This package is auto-updated.
Last update: 2026-06-06 12:51:10 UTC
README
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'
