2017 © Pedro Peláez
 

library laravel-backpack-translation-manager

This packages provides an interface to manage translations via the Backpack admin panel

image

novius/laravel-backpack-translation-manager

This packages provides an interface to manage translations via the Backpack admin panel

  • Thursday, March 15, 2018
  • by novius
  • Repository
  • 4 Watchers
  • 0 Stars
  • 447 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 22 % Grown

The README.md

Translation Manager for Backpack

This package provides an interface for Laravel-Backpack to manage translations stored in database with spatie/laravel-translation-loader., (*1)

Requirements

Requires the intl PHP extension (http://php.net/intl)., (*2)

Installation

You can install the package via composer:, (*3)

composer require novius/laravel-backpack-translation-manager

Configure the translation loader

The package spatie/laravel-translation-loader is automatically installed (composer dependency), but you have to configure it manually., (*4)

Please follow these instructions: https://github.com/spatie/laravel-translation-loader#installation, (*5)

Register the service provider

Only for Laravel <= 5.4 :, (*6)

... in config/app.php : ```php?start_inline=1 'providers' => [ // ... Novius\Backpack\Translation\Manager\Providers\TranslationServiceProvider::class, ], (*7)


#### [Optional] Integrate in Backpack's sidebar In order for the translation manager to be accessible trought the sidebar in the admin panel, you have to overload the view `resources/views/vendor/backpack/base/inc/sidebar.blade.php` and add : ```html <li> <a href="{{ url(config('backpack.base.route_prefix', 'admin').'/'.config('translation-manager.route_prefix')) }}"><i class="fa fa-cog"></i> <span>{{ trans('translation-manager::crud.sidebar_title') }}</span></a> </li>

Usage

@todo, (*8)

Todos

  • [ ] Handle pluralization
  • [x] Extract vendor dictionaries (via namespace)
  • [ ] Write Usage section in README

The Versions

15/03 2018

0.1.x-dev

0.1.9999999.9999999-dev

This packages provides an interface to manage translations via the Backpack admin panel

  Sources   Download

AGPL-3.0-or-later

The Requires

 

The Development Requires

by Pascal Viney

laravel translation i18n manager backpack novius

15/03 2018

0.1.2

0.1.2.0

This packages provides an interface to manage translations via the Backpack admin panel

  Sources   Download

AGPL-3.0-or-later

The Requires

 

The Development Requires

by Pascal Viney

laravel translation i18n manager backpack novius

13/03 2018

dev-feature/search

dev-feature/search

This packages provides an interface to manage translations via the Backpack admin panel

  Sources   Download

AGPL-3.0-or-later

The Requires

 

The Development Requires

by Pascal Viney

laravel translation i18n manager backpack novius

12/02 2018

0.1.1

0.1.1.0

This packages provides an interface to manage translations via the Backpack admin panel

  Sources   Download

AGPL-3.0-or-later

The Requires

 

The Development Requires

by Pascal Viney

laravel translation i18n manager backpack novius

30/01 2018

dev-feature/clean_app

dev-feature/clean_app

This packages provides an interface to manage translations via the Backpack admin panel

  Sources   Download

AGPL-3.0-or-later

The Requires

 

The Development Requires

by Pascal Viney

laravel translation i18n manager backpack novius

30/01 2018

dev-feature/clean_app-5.5

dev-feature/clean_app-5.5

This packages provides an interface to manage translations via the Backpack admin panel

  Sources   Download

AGPL-3.0-or-later

The Requires

 

The Development Requires

by Pascal Viney

laravel translation i18n manager backpack novius

25/01 2018

0.1.0

0.1.0.0

This packages provides an interface to manage translations via the Backpack admin panel

  Sources   Download

AGPL-3.0-or-later

The Requires

 

by Pascal Viney