2017 © Pedro Peláez
 

symfony-bundle redactor-bundle

phlexible redactor bundle

image

phlexible/redactor-bundle

phlexible redactor bundle

  • Monday, July 30, 2018
  • by temp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 52 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 24 % Grown

The README.md

PhlexibleRedactorBundle

The PhlexibleSuggestBundle adds support for a redactor rich text editor field for element types in phlexible., (*1)

Installation

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

Step 1: Download PhlexibleRedactorBundle using composer

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

``` bash $ php composer.phar require phlexible/redactor-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\RedactorBundle\PhlexibleRedactorBundle(), ); }

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

30/07 2018

dev-master

9999999-dev

phlexible redactor bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

editor redactor rich text

30/07 2018

1.0.0

1.0.0.0

phlexible redactor bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

editor redactor rich text