2017 © Pedro Peláez
 

symfony-bundle element-finder-bundle

phlexible element finder bundle

image

phlexible/element-finder-bundle

phlexible element finder bundle

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

The README.md

PhlexibleElementFinderBundle

The PhlexibleElementFinderBundle adds support for a finder field in phlexible., (*1)

Installation

  1. Download PhlexibleElementFinderBundle using composer
  2. Enable the Bundle
  3. Import PhlexibleElementFinderBundle routing
  4. Update your database schema
  5. Clear the symfony cache

Step 1: Download PhlexibleElementFinderBundle using composer

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

``` bash $ php composer.phar require phlexible/element-finder-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\ElementFinderBundle\PhlexibleElementFinderBundle(), ); }

Step 3: Import PhlexibleElementFinderBundle routing

Import the PhlexibleElementFinderBundle routing., (*4)

For frontend:, (*5)

``` yaml, (*6)

app/config/routing.yml

phlexible_element_finder_render: resource: "@PhlexibleElementFinderBundle/Controller/RenderController.php" type: annotation, (*7)


For administration backend: ``` yaml # app/config/admin_routing.yml phlexible_element_finder_config: resource: "@PhlexibleElementFinderBundle/Controller/ConfigController.php" type: annotation

Step 4: Update your database schema

Now that the bundle is set up, the last thing you need to do is update your database schema because the element finder includes entities that need to be installed in your database., (*8)

For ORM run the following command., (*9)

``` bash $ php app/console doctrine:schema:update --force, (*10)


### Step 5: 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

27/01 2017

1.3.0

1.3.0.0

phlexible element finder bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

find

15/12 2016

1.2.0

1.2.0.0

phlexible element finder bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

18/11 2016

1.1.2

1.1.2.0

phlexible element finder bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

18/10 2016

1.1.1

1.1.1.0

phlexible element finder bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

13/10 2016

1.1.0

1.1.0.0

phlexible element finder bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

13/10 2016

1.0.16

1.0.16.0

phlexible element finder bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

10/10 2016

1.0.14

1.0.14.0

phlexible element finder bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

04/10 2016

1.0.11

1.0.11.0

phlexible element finder bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

14/09 2016

1.0.9

1.0.9.0

phlexible element finder bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

09/09 2016

1.0.8

1.0.8.0

phlexible element finder bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

01/09 2016

1.0.7

1.0.7.0

phlexible element finder bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

21/07 2016

1.0.0

1.0.0.0

phlexible element finder bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

21/07 2016

1.0.2

1.0.2.0

phlexible element finder bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires