lexik / cmsi18n-bundle
Lexik mini i18n CMS bundle pour Symfony2.
v1.4.1
2017-02-02 13:33 UTC
Requires
- php: ^5.5|^7.0
- doctrine/orm: ~2.4
- symfony/framework-bundle: ^2.8|^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^1.1
- phpunit/phpunit: ^4.8|^5.0
Suggests
- sonata-project/admin-bundle: require for the sonata frontend
README
Prerequisites
This bundle requires Symfony 2.8+
Installation
Add composer require lexik/cmsi18n-bundle
to your composer.json
file:
php composer.phar require "lexik/cmsi18n-bundle"
Register the bundle in app/AppKernel.php
:
public function registerBundles()
{
return array(
// ...
new Lexik\Bundle\CMSI18nBundle\LexikCMSI18nBundle(),
);
}
Configuration
Configure the SSH keys path in your config.yml
:
lexik_cmsi18n:
frontend_layout: '::base.html.twig'
preferred_locales: []
templating_extensions: []
Usage
Twig
{{ page_path(block_reference) }}
{{ page_content(block_reference) }}
{{ cms_block(block_reference) }}