PHPackages                             adnedelcu/summernote-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. [Templating &amp; Views](/categories/templating)
4. /
5. adnedelcu/summernote-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

adnedelcu/summernote-bundle
===========================

Summernote bundle, adds Summernote WYSIWYG editor to your Symfony2 project

0.1(10y ago)2831MITHTMLPHP &gt;=5.3.3

Since Sep 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/adnedelcu/SummernoteBundle)[ Packagist](https://packagist.org/packages/adnedelcu/summernote-bundle)[ Docs](https://github.com/helios-ag/summernote-bundle)[ RSS](/packages/adnedelcu-summernote-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

SummernoteBundle
================

[](#summernotebundle)

SummernoteBundle adds [summernote](https://github.com/summernote/summernote) bundle

StyleCIDownloadsVersionLicense[![StyleCI](https://camo.githubusercontent.com/7f1a21702c958e2fdd2e6f95b7229fe19783a861a6dbb3f337c48acd8b8587ca/68747470733a2f2f7374796c6563692e696f2f7265706f732f34343331383937352f736869656c64)](https://styleci.io/repos/44318975)[![Total Downloads](https://camo.githubusercontent.com/4280ecda19580bb6fd2bd80ab837118fc217dd6be849aae5af3725754f3b66a7/68747470733a2f2f706f7365722e707567782e6f72672f61646e6564656c63752f73756d6d65726e6f74652d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/adnedelcu/summernote-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/7c85ab7fc9202d43e7e82fbe76da59b0610071b3c735b6a45b24906e955593a4/68747470733a2f2f706f7365722e707567782e6f72672f61646e6564656c63752f73756d6d65726e6f74652d62756e646c652f762f737461626c65)](https://packagist.org/packages/adnedelcu/summernote-bundle)[![License](https://camo.githubusercontent.com/eea590eed2050a5443c7994f8d4dfee8b6841f79072b5ef8ad689b8cd939a10f/68747470733a2f2f706f7365722e707567782e6f72672f61646e6564656c63752f73756d6d65726e6f74652d62756e646c652f6c6963656e7365)](https://packagist.org/packages/adnedelcu/summernote-bundle)Installation
------------

[](#installation)

### Step 1: Installation

[](#step-1-installation)

Using Composer, just add the following configuration to your `composer.json`:

Or you can use composer to install this bundle: Add SummernoteBundle in your composer.json:

```
    composer require adnedelcu/summernote-bundle --no-update
```

Now tell composer to download the bundle by running the command:

```
    composer update adnedelcu/summernote-bundle
```

### Step 2: Enable the bundle

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

Finally, enable the bundle in the kernel:

```
