contextualcode/legacy-preview-siteaccess-matcher-bundle
Composer 安装命令:
composer require contextualcode/legacy-preview-siteaccess-matcher-bundle
包简介
eZ Platform bundle which sets correct default siteaccess in legacy admin preview.
关键字:
README 文档
README
eZ Platform bundle which sets correct default siteaccess in legacy admin preview.
Installation
- Run
composer require:
$ composer require contextualcode/legacy-preview-siteaccess-matcher-bundle
- Enable this bundle in
ezpublish/EzPublishKernel.phpfile by adding next line inregisterBundlesmethod:
public function registerBundles()
{
$bundles = array(
...
new ContextualCode\LegacyPreviewSiteAccessMatcherBundle\ContextualCodeLegacyPreviewSiteAccessMatcherBundle()
);
- Installs legacy extensions:
$ php ezpublish/console ezpublish:legacybundles:install_extensions --relative
- Regenerate eZ Publish Legacy autoloads:
$ php ezpublish/console ezpublish:legacy:script bin/php/ezpgenerateautoloads.php
- Done.
统计信息
- 总下载量: 2.24k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-only
- 更新时间: 2018-07-24