2017 © Pedro Peláez
 

symfony-bundle frontend-search-bundle

phlexible frontend search bundle

image

phlexible/frontend-search-bundle

phlexible frontend search bundle

  • Monday, July 30, 2018
  • by temp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 114 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 7 % Grown

The README.md

PhlexibleFrontendSearchBundle

The PhlexibleFrontendSearchBundle adds a generic search front end for elements that are index through the PhlexibleIndexerPageBundle., (*1)

Installation

  1. Download PhlexibleFrontendSearchBundle using composer
  2. Enable the Bundle
  3. Import PhlexibleFrontendSearchBundle routing
  4. Clear the symfony cache

Step 1: Download PhlexibleFrontendSearchBundle using composer

Add PhlexibleFrontendSearchBundle by running the command:, (*2)

``` bash $ php composer.phar require phlexible/frontend-search-bundle "~1.0.0", (*3)


Composer will install the bundle to your project's `vendor/phlexible` directory. ### Step 2: Enable the bundle Enable the bundle and the required WhiteOctoberPagerfantaBundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Phlexible\Bundle\FrontendSearchBundle\PhlexibleFrontendSearchBundle(), new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(), ); }

Step 3: Import PhlexibleFrontendSearchBundle routing

Import the PhlexibleFrontendSearchBundle routing., (*4)

``` yaml, (*5)

app/config/routing.yml

phlexible_frontendsearch_search: resource: "@PhlexibleFrontendSearchBundle/Controller/SearchController.php" type: annotation, (*6)


### Step 4: Clear the symfony cache If you access your phlexible application with environment prod, clear the cache: ``` bash $ php app/console cache:clear --env=prod

The Versions

30/07 2018

dev-master

9999999-dev

phlexible frontend search bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

search indexer

30/07 2018

1.1.x-dev

1.1.9999999.9999999-dev

phlexible frontend search bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

search indexer

30/01 2017

1.1.1

1.1.1.0

phlexible frontend search bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

search indexer

27/01 2017

1.1.0

1.1.0.0

phlexible frontend search bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

search indexer

16/08 2016

1.0.5

1.0.5.0

phlexible frontend search bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

search indexer

20/06 2016

1.0.0

1.0.0.0

phlexible frontend search bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

search indexer