agoat/contao-languagerelation
Composer 安装命令:
composer require agoat/contao-languagerelation
包简介
Contao 4 Lanugagerelation
关键字:
README 文档
README
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.
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.
Install
Contao manager
Search for the package and install it
agoat/contao-languagerelation
Managed edition
Add the package
# Using the composer
composer require agoat/contao-languagerelation
Registration and configuration is done by the manager-plugin automatically.
Standard edition
Add the package
# Using the composer
composer require agoat/contao-languagerelation
Register the bundle in the AppKernel
# app/AppKernel.php class AppKernel { // ... public function registerBundles() { $bundles = [ // ... // after Contao\CoreBundle\ContaoCoreBundle new Agoat\LanguageRelationBundle\AgoatLanguageRelationBundle(), ]; } }
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2018-03-20