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: 8 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T02:02:40.000Z (over 1 year ago)
- Last Synced: 2025-03-16T13:05:50.799Z (about 1 year ago)
- Topics: summernote, symfony, symfony-bundle, wysiwyg, wysiwyg-editor
- Language: PHP
- Homepage:
- Size: 852 KB
- Stars: 6
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
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 | Downloads | Version | License |
|---------|-----------|---------|---------|
|[](https://github.com/helios-ag/FMSummernoteBundle/actions/workflows/test.yaml)|[](https://packagist.org/packages/helios-ag/fm-summernote-bundle)|[](https://packagist.org/packages/helios-ag/fm-summernote-bundle)|[](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
```