Download the PHP package creative/quilljs-bundle without Composer
On this page you can find all versions of the php package creative/quilljs-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download creative/quilljs-bundle
More information about creative/quilljs-bundle
Files in creative/quilljs-bundle
Package quilljs-bundle
Short Description Symfony bundle for form type with Quill WYSIWYG
License MIT
Informations about the package quilljs-bundle
Bundle for use QuillJS WYSIWYG-editor in Symfony form
QuillJS is a modern and powerful rich text editor. This bundle allows you to use this editor in Symfony form textarea field.
Installation
Symfony flex
coming soon
Direct way
- install package
composer require creative/quilljs-bundle
-
add a bundle to you
config/bundles.php
: - place a configuration file (see below) to you
config/packages
Configuration reference
Attention
If you want to use your own QuillJS instance (and source of it already loaded to page), set config parameters quill_js_source
and quill_css_source
to null
. The template calls const quill = new Quill
in JS block, and if quill_js_source
and quill_css_source
are nulls, it not tries to load assets with css/js.
Contributing
Feel free to use this code, modify it, give it, sale it and do with it whatever you want.
Testing
All versions of quilljs-bundle with dependencies
ext-ctype Version *
symfony/asset Version ^5.0
symfony/config Version ^5.0
symfony/dependency-injection Version ^5.0
symfony/form Version ^5.0
symfony/http-kernel Version ^5.0
symfony/twig-bundle Version ^5.0
symfony/yaml Version ^5.0