ezsystems / platform-ui-search-prototype-bundle
Package info
github.com/ezsystems/platform-ui-search-prototype-bundle
Language:JavaScript
pkg:composer/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: 2026-02-19 03:17:47 UTC
README
PlatformUISearchPrototypeBundle is a Platform UI extension prototype that provides full text search capabilities to editors.
Installation
- From your eZ Platform installation, run composer:
$ composer require ezsystems/platform-ui-search-prototype-bundle:^0.1.2
- Enable the bundle by adding:
new EzSystems\PlatformUISearchPrototypeBundle\EzSystemsPlatformUISearchPrototypeBundle()
to app/AppKernel.php.
-
Clear cache and setup assets with
composer run-script post-update-cmd(if you use prod env make sure that is set with
export SYMFONY_ENV=prodfirst).