2017 © Pedro Peláez
 

library translations

image

vis/translations

  • Wednesday, August 10, 2016
  • by arturishe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 88 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 16 Versions
  • 1 % Grown

The README.md

В composer.json добавляем в блок require, (*1)

 "vis/translations": "1.0.*"

Выполняем, (*2)

composer update

Добавляем в app.php, (*3)

  'Vis\Translations\TranslationsServiceProvider',

Выполняем миграцию таблиц, (*4)

   php artisan migrate --package=vis/translations

Публикуем js файлы, (*5)

   php artisan asset:publish vis/translations

Публикуем config, (*6)

   php artisan config:publish vis/translations

В файле app/config/packages/vis/builder/admin.php в массив menu добавляем, (*7)

    array(
            'title' => 'Переводы',
            'icon'  => 'language',
            'link'  => '/translations/phrases',
            'check' => function() {
                return true;
            }
        ),

The Versions

10/08 2016

dev-master

9999999-dev

  Sources   Download

The Requires

 

by artur

28/04 2016

1.1.1

1.1.1.0

  Sources   Download

The Requires

 

by artur

13/04 2016

1.0.32

1.0.32.0

  Sources   Download

The Requires

 

by artur

24/03 2016

1.0.31

1.0.31.0

  Sources   Download

The Requires

 

by artur

19/01 2016

1.0.30

1.0.30.0

  Sources   Download

The Requires

 

by artur

14/01 2016

1.0.29

1.0.29.0

  Sources   Download

The Requires

 

by artur

25/12 2015

1.0.28

1.0.28.0

  Sources   Download

The Requires

 

by artur

10/12 2015

1.0.27

1.0.27.0

  Sources   Download

The Requires

 

by artur

10/12 2015

1.0.26

1.0.26.0

  Sources   Download

The Requires

 

by artur

15/10 2015

1.0.25

1.0.25.0

  Sources   Download

The Requires

 

by artur

15/10 2015

1.0.24

1.0.24.0

  Sources   Download

The Requires

 

by artur

04/10 2015

1.0.23

1.0.23.0

  Sources   Download

The Requires

 

by artur

04/08 2015

1.0.22

1.0.22.0

  Sources   Download

The Requires

 

by artur

30/07 2015

1.0.21

1.0.21.0

  Sources   Download

The Requires

 

by artur

29/07 2015

1.0.2

1.0.2.0

  Sources   Download

The Requires

 

by artur

29/07 2015

1.0.1

1.0.1.0

  Sources   Download

The Requires

 

by artur