2017 © Pedro Peláez
 

symfony-bundle ueditor-bundle

ueditor for symfony2

image

hyperbolaa/ueditor-bundle

ueditor for symfony2

  • Thursday, December 24, 2015
  • by hyperbolaa
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

HyperbolaaUeditor

The ueditor generation support in Symfony2., (*1)

Installation

Step 1: Composer

Add the following require line to the composer.json file: ``` json { "require": { "hyperbolaa/ueditor": "dev-master" } }, (*2)

And actually install it in your project using Composer:
``` bash
php composer.phar install

You can also do this in one step with this command: ``` bash $ php composer.phar require hyperbolaa/ueditor "dev-master", (*3)


### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Hyperbolaa\Ueditor\HyperbolaaUeditorBundle(), ); }

Step 3: Enable the route

Add this to your routing configuration in app/config/routing.yml:, (*4)

``` yaml hyperbolaa_ueditor: resource: "@HyperbolaaUeditorBundle/Controller/" type: annotation, (*5)


Configuration ------------- You can configure some options in `app/config/config.yml`. Those are the default values: ``` yaml hyperbolaa_ueditor: author: hyperbolaa find_best_mask: true find_from_random: false absolute_url: true

Usage examples

, (*6)

, (*7)

The Versions

24/12 2015

dev-master

9999999-dev https://github.com/hyperbolaa/UeditorBundle

ueditor for symfony2

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by chong yu

symfony2 ueditor