ezsystems / platform-ui-search-prototype-bundle
Installs: 4 647
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 20
Forks: 1
Language:JavaScript
Requires
- ezsystems/platform-ui-bundle: ^1.4@beta
This package is auto-updated.
Last update: 2024-10-19 00:15:54 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=prod
first).