PHP code example of zying / yii2-summernote
1. Go to this page and download the library: Download zying/yii2-summernote library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
zying / yii2-summernote example snippets
<?= \zying\summernote\Summernote::widget();
<?= $form->field($model, 'body')->widget(Summernote::className(),[])
php composer.phar