you can find the lang files for the framework PHP, Laravel 4
How add languages in my app ?
Language Installation:
- Download the zip file from here
- Copy the folders of languages that you want, in app/lang folder of your application Laravel
Installation by Composer
- Add “caouecs/laravel4-lang”: “dev-master” in your
composer.json
in “require” or run composer require caouecs/laravel4-lang - Do “composer update”
- Files of languages are in “vendor/caouecs/laravel4-lang” directory
- Copy the folders of languages that you want, in app/lang folder of your application Laravel
Language by default in your app
In the file app/config/app.php, change the value of language by the short name of your language.
Language for Laravel
No comments:
Post a Comment