ezsystems / platform-ui-search-prototype-bundle
v0.1.3
2016-06-22 09:42 UTC
Requires
- ezsystems/platform-ui-bundle: ^1.4@beta
This package is auto-updated.
Last update: 2024-09-19 00:01:49 UTC
README
PlatformUISearchPrototypeBundle 是一个 Platform UI 扩展原型,为编辑器提供全文搜索功能。
安装
- 从您的 eZ Platform 安装中,运行 composer
$ composer require ezsystems/platform-ui-search-prototype-bundle:^0.1.2
- 通过添加以下内容来启用包:
new EzSystems\PlatformUISearchPrototypeBundle\EzSystemsPlatformUISearchPrototypeBundle()
到 app/AppKernel.php
。
-
使用
composer run-script post-update-cmd
清除缓存并设置资源(如果您使用 prod 环境,请确保首先设置了
export SYMFONY_ENV=prod
).