Download the PHP package astrotomic/laravel-translation without Composer
On this page you can find all versions of the php package astrotomic/laravel-translation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download astrotomic/laravel-translation
More information about astrotomic/laravel-translation
Files in astrotomic/laravel-translation
Download astrotomic/laravel-translation
More information about astrotomic/laravel-translation
Files in astrotomic/laravel-translation
Vendor astrotomic
Package laravel-translation
Short Description A Laravel 5 package that implements the Symfony Po-Translation lib.
License MIT
Package laravel-translation
Short Description A Laravel 5 package that implements the Symfony Po-Translation lib.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-translation
Laravel Translation
This is a laravel wrapper for the Symfony PoTranslator. It comes with two global helper functions __()
and _n()
.
Installation
composer.json "astrotomic/laravel-translation": "dev-master"
config/app.php
console
Usage
To generate the po files you first have to compile all your views, PoEdit can't handle blade, to do this use the artisan command artisan view:compile
. After this you can generate the po files and the proper header with artisan trans:po
. To collect and translate all the strings use PoEdit.
All versions of laravel-translation with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
illuminate/support Version 5.*
illuminate/filesystem Version 5.*
illuminate/console Version 5.*
illuminate/view Version 5.*
symfony/translation Version 2.7.*
illuminate/support Version 5.*
illuminate/filesystem Version 5.*
illuminate/console Version 5.*
illuminate/view Version 5.*
symfony/translation Version 2.7.*
The package astrotomic/laravel-translation contains the following files
Loading the files please wait ....