2017 © Pedro Peláez
 

package laravel-waavi-translate-admin

image

bereczkybalazs/laravel-waavi-translate-admin

  • Tuesday, July 10, 2018
  • by bereczkybalazs
  • Repository
  • 0 Watchers
  • 1 Stars
  • 102 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 7 % Grown

The README.md

Installion

Require package, (*1)

composer require bereczkybalazs/laravel-waavi-translate-admin

Register service provider in config/app.php, (*2)

'providers' => [
  ...
  BereczkyBalazs\WaaviTranslateAdmin\TranslateAdminProvider::class,
  ...
];

Replace the following entry in config/app.php, (*3)

'providers' => [
  ...
  Illuminate\Translation\TranslationServiceProvider::class,
  ...
];

with:, (*4)

'providers' => [
  ...
  Waavi\Translation\TranslationServiceProvider::class,
  ...
];

Publish views, (*5)

php artisan vendor:publish --tag=bereczkybalazs_translate

Add seeder to database/seeds/DatabaseSeeder.php, (*6)

  ...
  $this->call(TranslateAdminLocaleCodesSeeder::class);
  ...

Run seeder and fill tables for waavi, (*7)

php artisan migrate
php artisan db:seed
php artisan translator:load

The Versions

10/07 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Bereczky Balázs

10/07 2018

8.3.2.4

8.3.2.4

  Sources   Download

MIT

The Requires

 

by Bereczky Balázs

20/12 2017

8.3.2.2

8.3.2.2

  Sources   Download

MIT

The Requires

 

by Bereczky Balázs

18/10 2017

8.3.2.1

8.3.2.1

  Sources   Download

MIT

The Requires

 

by Bereczky Balázs

29/08 2017

8.3.1

8.3.1.0

  Sources   Download

MIT

The Requires

 

by Bereczky Balázs