languara/laravel5
| Install | |
|---|---|
composer require languara/laravel5 |
|
| Latest Version: | 1.1.2 |
| PHP: | >=5.4.0 |
| License: | MIT |
| Last Updated: | May 17, 2017 |
| Links: | GitHub · Packagist |
Languara Plugin for Laravel 5.x
Add Languara plugin information to your composer.json file:
Use composer to install this package.
Add the package to the autoload array in app/config/app.php:
.....
Execute this command to see a list of available commands in your commandline:
Or you can check the commands and their usage here:
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.
to connect your plugin with a project on languara.com
to download your content from Languara to your app.
to upload your content from your app to Languara.
to register a new user on languara.com
Related Packages
Languara localization plugin for Laravel 4.x. Easily upload, translate, and sync...
Self-hosted Laravel translation manager for the TALL stack: edit, sync, import/e...
Laravel translation scanner that auto-extracts __(), trans() and t() strings fro...
Laravel Localizer bridges Laravel translations to your SPA frontend (React/Vue/I...