Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/helios-ag/fmsummernotebundle

FMSummernoteBundle, adds Summernote editor to your symfony project
https://github.com/helios-ag/fmsummernotebundle

summernote symfony symfony-bundle wysiwyg wysiwyg-editor

Last synced: 19 days ago
JSON representation

FMSummernoteBundle, adds Summernote editor to your symfony project

Awesome Lists containing this project

README

        

FMSummernoteBundle
==================

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

| Tests | StyleCI | Downloads | Version | License |
|---------|---------|-----------|---------|---------|
|[![Tests - Linux](https://github.com/helios-ag/FMSummernoteBundle/actions/workflows/test.yaml/badge.svg)](https://github.com/helios-ag/FMSummernoteBundle/actions/workflows/test.yaml)|[![StyleCI](https://github.styleci.io/repos/43000455/shield?branch=master)](https://github.styleci.io/repos/43000455)|[![Total Downloads](https://poser.pugx.org/helios-ag/fm-summernote-bundle/downloads)](https://packagist.org/packages/helios-ag/fm-summernote-bundle)|[![Latest Stable Version](https://poser.pugx.org/helios-ag/fm-summernote-bundle/v/stable)](https://packagist.org/packages/helios-ag/fm-summernote-bundle)|[![License](https://poser.pugx.org/helios-ag/fm-summernote-bundle/license)](https://packagist.org/packages/helios-ag/fm-summernote-bundle)|

## 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 FMSummernoteBundle in your composer.json:

```sh
composer require helios-ag/fm-summernote-bundle
```

### Step 2: Enable the bundle

Finally, enable the bundle in the kernel:

``` php

```