zying/yii2-summernote

summernote editor

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

v1.0.0 2020-03-29 06:20 UTC

This package is auto-updated.

Last update: 2024-05-29 04:41:28 UTC


README

summernote editor

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist zying/yii2-summernote "*"

or add

"zying/yii2-summernote": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \zying\summernote\Summernote::widget(); ?>

Or Add use zying\summernote\Summernote

<?= $form->field($model, 'body')->widget(Summernote::className(),[]) ?>