We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ff6d2 commit f851728Copy full SHA for f851728
README.md
@@ -13,6 +13,17 @@ You can find Quill at http://quilljs.com
13
- [GitHub](https://github.com/quilljs/quill)
14
15
## yii2-quill
16
+
17
+### Installation
18
19
+Easiest way to install this extension is through the [Composer](https://getcomposer.org).
20
+Add in your ```composer.json```:
21
+```"bizley/quill": "*"```
22
+or run console command:
23
+```php composer.phar require bizley/quill "*"```
24
25
+### Usage
26
27
Use it as an active field extension
28
```<?= $form->field($model, $attribute)->widget(bizley\quill\Quill::className(), []) ?>```
29
0 commit comments