Download the PHP package ofilin/yii2-quill without Composer
On this page you can find all versions of the php package ofilin/yii2-quill. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-quill
yii2-quill
This is fork of https://github.com/bizley/yii2-quill with local library of Quill and without Katex
, Highlight
plugins.
Yii 2 implementation of Quill, modern WYSIWYG editor.
Quill
You can find Quill at https://quilljs.com/
yii2-quill
- Added Emoji support (Note: Register asset
ofilin\quill\EmojiAsset
on your pages edited with quill for correct display Emoji smiles)
Installation
Add the package to your composer.json
:
{
"require": {
"ofilin/yii2-quill": "^0.3"
}
}
and run composer update
or alternatively run composer require ofilin/yii2-quill:^0.3
Usage
Use it as an active field extension
<?= $form->field($model, $attribute)->widget(\ofilin\quill\Quill::class, []) ?>
Or as a standalone widget
<?= \ofilin\quill\Quill::widget(['name' => 'editor', 'value' => '']) ?>
With Emoji plugin
All versions of yii2-quill with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
~2.0.0
The package ofilin/yii2-quill contains the following files
Loading the files please wait ....