ezsystems/platform-ui-search-prototype-bundle

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

This package is auto-updated.

Last update: 2024-04-18 23:10:00 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).