Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/helios-ag/fmsummernotebundle
- Owner: helios-ag
- License: mit
- Created: 2015-09-23T12:47:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T19:03:17.000Z (9 months ago)
- Last Synced: 2024-10-11T13:12:26.862Z (about 1 month ago)
- Topics: summernote, symfony, symfony-bundle, wysiwyg, wysiwyg-editor
- Language: PHP
- Homepage:
- Size: 845 KB
- Stars: 6
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```