Download the PHP package languara/laravel5 without Composer
On this page you can find all versions of the php package languara/laravel5. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download languara/laravel5
More information about languara/laravel5
Files in languara/laravel5
Download languara/laravel5
More information about languara/laravel5
Files in languara/laravel5
Vendor languara
Package laravel5
Short Description Languara localization plugin for Laravel 5.x. Easily upload, translate, and synchronize your language content using Languara's Cloud Based Translation Management Platform.
License MIT
Homepage https://languara.com/localization/laravel
Package laravel5
Short Description Languara localization plugin for Laravel 5.x. Easily upload, translate, and synchronize your language content using Languara's Cloud Based Translation Management Platform.
License MIT
Homepage https://languara.com/localization/laravel
Please rate this library. Is it a good library?
Informations about the package laravel5
Languara Plugin for Laravel 5.x
Install
Add Languara plugin information to your composer.json file:
"require": {
"languara/laravel5": "~1.0"
}
Use composer to install this package.
$ composer update
Register the package
Add the package to the autoload array in app/config/app.php:
'providers' => array(
// .....
Languara\Laravel\LaravelServiceProvider::class,
)
Configure the Package
.....Usage
Execute this command to see a list of available commands in your commandline:
$ php artisan
--------------------
Or you can check the commands and their usage here:
$ php artisan languara:translate [options]
to translate the texts you already have in your lang directory. You can also select the type of translation you want to perform, Machine or Human. It's set to machine by default.
$ php artisan languara:connect [project-private-key]
to connect your plugin with a project on languara.com
$ php artisan languara:pull
to download your content from Languara to your app.
$ php artisan languara:push
to upload your content from your app to Languara.
$ php artisan languara:register
to register a new user on languara.comAll versions of laravel5 with dependencies
PHP Build Version
Package Version
The package languara/laravel5 contains the following files
Loading the files please wait ....