2017 © Pedro Peláez
 

contao-bundle contao-languagerelation

Contao 4 Lanugagerelation

image

agoat/contao-languagerelation

Contao 4 Lanugagerelation

  • Tuesday, April 24, 2018
  • by aGoat
  • Repository
  • 1 Watchers
  • 1 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Language relations in Contao 4

Version License Downloads, (*1)

About

Easy management of different languages. Contao itself already has the ability to manage multilingual pages. This is achieved by creating a seprate page tree for each of the languages., (*2)

This extension adds the missing language relations for the single pages. This makes it easy to manage a page in multiple languages. Of course there is also a language navigation module for the frontend., (*3)

Install

Contao manager

Search for the package and install it, (*4)

agoat/contao-languagerelation

Managed edition

Add the package, (*5)

# Using the composer
composer require agoat/contao-languagerelation

Registration and configuration is done by the manager-plugin automatically., (*6)

Standard edition

Add the package, (*7)

# Using the composer
composer require agoat/contao-languagerelation

Register the bundle in the AppKernel, (*8)

# app/AppKernel.php
class AppKernel
{
    // ...
    public function registerBundles()
    {
        $bundles = [
            // ...
            // after Contao\CoreBundle\ContaoCoreBundle
            new Agoat\LanguageRelationBundle\AgoatLanguageRelationBundle(),
        ];
    }
}

The Versions

24/04 2018

dev-master

9999999-dev

Contao 4 Lanugagerelation

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

plugin language cms translation management content multilingual contao contao-bundle contao4

24/04 2018

1.0.0-beta3

1.0.0.0-beta3

Contao 4 Lanugagerelation

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

plugin language cms translation management content multilingual contao contao-bundle contao4

24/04 2018

1.0.0-beta2

1.0.0.0-beta2

Contao 4 Lanugagerelation

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

plugin language cms translation management content multilingual contao contao-bundle contao4

24/04 2018

1.0.0-beta1

1.0.0.0-beta1

Contao 4 Lanugagerelation

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

plugin language cms translation management content multilingual contao contao-bundle contao4