2017 © Pedro Peláez
 

symfony-bundle indexer-page-bundle

phlexible indexer page bundle

image

phlexible/indexer-page-bundle

phlexible indexer page bundle

  • Monday, July 30, 2018
  • by temp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 351 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 13 Versions
  • 22 % Grown

The README.md

PhlexibleIndexerPageBundle

This bundle provides automatic indexing of the html output of nodes. Requires the PhlexibleIndexerBundle infrastructure., (*1)

Installation

  1. Download PhlexibleIndexerPageBundle using composer
  2. Enable the Bundle
  3. Clear the symfony cache

Step 1: Download PhlexibleIndexerPageBundle using composer

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

``` bash $ php composer.phar require phlexible/indexer-page-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 in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Phlexible\Bundle\IndexerPageBundle\PhlexibleIndexerPageBundle(), ); }

Step 3: Clear the symfony cache

If you access your phlexible application with environment prod, clear the cache:, (*4)

bash $ php app/console cache:clear --env=prod, (*5)

The Versions

21/07 2016

1.0.0

1.0.0.0

phlexible.cms indexer element bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

search content indexer