PHPackages                             hyperbolaa/ueditor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. hyperbolaa/ueditor

ActiveSymfony-bundle

hyperbolaa/ueditor
==================

ueditor for symfony2

15JavaScript

Since Dec 24Pushed 10y ago1 watchersCompare

[ Source](https://github.com/hyperbolaa/UeditorBundle)[ Packagist](https://packagist.org/packages/hyperbolaa/ueditor)[ RSS](/packages/hyperbolaa-ueditor/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

HyperbolaaUeditor
=================

[](#hyperbolaaueditor)

The ueditor generation support in Symfony2.

Installation
------------

[](#installation)

### Step 1: Composer

[](#step-1-composer)

Add the following require line to the `composer.json` file:

```
{
    "require": {
        "hyperbolaa/ueditor": "dev-master"
    }
}
```

And actually install it in your project using Composer:

```
php composer.phar install
```

You can also do this in one step with this command:

```
$ php composer.phar require hyperbolaa/ueditor "dev-master"
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
