PHPackages                             fulgurio/light-cms-tinymce-bundle - 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. fulgurio/light-cms-tinymce-bundle

ActiveSymfony-bundle

fulgurio/light-cms-tinymce-bundle
=================================

Tinymce module of LigthCMS bundle

014JavaScript

Since Feb 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/fulgurio/LightCMSTinyMCEBundle)[ Packagist](https://packagist.org/packages/fulgurio/light-cms-tinymce-bundle)[ RSS](/packages/fulgurio-light-cms-tinymce-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

LightCMSTinyMCEBundle
=====================

[](#lightcmstinymcebundle)

TinyMCE bundle for LightCMS. If you like TinyMCE as wysiwyg editor, this bundle will be usefull for LightCMS.

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

[](#installation)

First, you need to install LightCMS if you don't already have it. Take a look on [LightCMS bundle projet on github](https://github.com/fulgurio/LightCMSBundle).

After that, you need to install LightCMSTinyMCEBundle. It's easy :

1. Download FulgurioLightCMSBundle and dependent bundles
2. Configure the Autoloader
3. Enable the Bundle
4. Configure your yml files to use TinyMCE as editor
5. Configure TinyMCE as well

### Step 1: Download FulgurioLightCMSBundle and dependent bundles

[](#step-1-download-fulguriolightcmsbundle-and-dependent-bundles)

Add the following lines in your `deps` file (you can do at the same time of DoctrineFixturesBundle):

```
[LightCMSTinyMCEBundle]
    git=http://github.com/fulgurio/LightCMSTinyMCEBundle.git
    target=/bundles/Fulgurio/LightCMSTinyMCEBundle
```

Just download the bundle with vendors loading tool :

```
$ php bin/vendors install
```

### Step 2: Configure the Autoloader

[](#step-2-configure-the-autoloader)

Add the `Fulgurio\\LightCMSTinyMCEBundle` namespace to your autoloader:

```
