2017 © Pedro Peláez
 

library languable

Languages for laravel

image

sbkinfo/languable

Languages for laravel

  • Monday, February 19, 2018
  • by silverreve23
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 40 % Grown

The README.md

Languable Package

Latest Stable Version Total Downloads Latest Unstable Version License Daily Downloads, (*1)


, (*2)

, (*3)

Languages package for laravel framework. , (*4)

How to install

Run this command in terminal, (*5)

composer require "sbkinfo/languable"

Include ServiceProvider in config/app.php, (*6)


'providers' => array( SBKInfo\Languages\Provider::class, )

Use Languable in your controller, (*7)


class HomeController extends Controller{ use SBKInfo\Languages\Languable; }

Example


public function __construct(){ $translate = $this->translate(); }

Settings

If you want to use other translate language file (resources/lang) you need pass to translate method path to your custom file, default file path has name as name Controller which was called in translate method, (*8)


public function __construct(){ $translate = $this->translate('your-path'); }

Created file will be in app/Languages folder., (*9)

In order to create Language Class file, you need execute next command, (*10)

php artisan make:language Language

If you want to create translate file, you need execute command with --lang option, (*11)

php artisan make:language Language --lang=transfile

The Versions

19/02 2018

dev-master

9999999-dev

Languages for laravel

  Sources   Download

GPL-3.0-only

by Sviatoslav Sabadosh

19/02 2018

v1.0.4

1.0.4.0

Languages for laravel

  Sources   Download

GPL-3.0-only

by Sviatoslav Sabadosh

19/02 2018

v1.0.3

1.0.3.0

Languages for laravel

  Sources   Download

GPL-3.0-only

by Sviatoslav Sabadosh

19/02 2018

v1.0.2

1.0.2.0

Languages for laravel

  Sources   Download

GPL-3.0-only

by Sviatoslav Sabadosh

19/02 2018

v1.0.1

1.0.1.0

Languages for laravel

  Sources   Download

GPL-3.0-only

by Sviatoslav Sabadosh