Download the PHP package simialbi/yii2-summernote without Composer
On this page you can find all versions of the php package simialbi/yii2-summernote. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download simialbi/yii2-summernote
More information about simialbi/yii2-summernote
Files in simialbi/yii2-summernote
Package yii2-summernote
Short Description Yii2 Summernote widget. Super simple WYSIWYG editor on Bootstrap
License MIT
Homepage https://github.com/simialbi/yii2-summernote
Informations about the package yii2-summernote
Yii2 Summernote widget. Summernote 0.8.0
Yii2 Summernote widget. Super simple WYSIWYG editor on Bootstrap
Installation
Composer
The preferred way to install this extension is through Composer.
Either run
php composer.phar require marqu3s/yii2-summernote "dev-master"
or add
"marqu3s/yii2-summernote": "dev-master"
to the require section of your composer.json
Usage
or
Bootstrap version
By default \marqu3s\summernote\SummernoteAsset
loads Bootstrap 4 compatible Version of Summernote.
If you need Boostrap 3 compatible version, configure your application like this:
If you need Bootstrap 5 compatible one, the configuration would look like this:
Uploading directly to Amazon S3
To upload images inserted into the editor to S3, you have to configure a few options.
Then, in your controller, configure an action as the signEndpoint to sign the POST request that will upload the image.
See clientOptions
Original Author
Aleksandr Zelenin, e-mail: [email protected]
Updates by
João Marques, e-mail: [email protected]
All versions of yii2-summernote with dependencies
yiisoft/yii2 Version ^2.0.20
bower-asset/codemirror Version @stable
bower-asset/summernote Version ^0.8.20