Skip to content

Commit f851728

Browse files
author
Bizley
committed
installation
1 parent 66ff6d2 commit f851728

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ You can find Quill at http://quilljs.com
1313
- [GitHub](https://github.com/quilljs/quill)
1414

1515
## 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+
1627
Use it as an active field extension
1728
```<?= $form->field($model, $attribute)->widget(bizley\quill\Quill::className(), []) ?>```
1829

0 commit comments

Comments
 (0)