ezsystems/platform-ui-search-prototype-bundle

Installs: 4 650

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 19

Forks: 1

Language:JavaScript

pkg:composer/ezsystems/platform-ui-search-prototype-bundle

v0.1.3 2016-06-22 09:42 UTC

This package is auto-updated.

Last update: 2025-09-19 02:32:23 UTC


README

PlatformUISearchPrototypeBundle is a Platform UI extension prototype that provides full text search capabilities to editors.

Installation

  1. From your eZ Platform installation, run composer:
$ composer require ezsystems/platform-ui-search-prototype-bundle:^0.1.2
  1. Enable the bundle by adding:
new EzSystems\PlatformUISearchPrototypeBundle\EzSystemsPlatformUISearchPrototypeBundle()

to app/AppKernel.php.

  1. 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).