Download the PHP package kartik-v/yii2-editors without Composer
On this page you can find all versions of the php package kartik-v/yii2-editors. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kartik-v/yii2-editors
More information about kartik-v/yii2-editors
Files in kartik-v/yii2-editors
Package yii2-editors
Short Description Editor widgets Yii2 framework. Summernote WYSIWYG editor, Codemirror code editor and PlainText editor for Bootstrap 3.x, 4.x and 5.x.
License BSD-3-Clause
Homepage https://github.com/kartik-v/yii2-editors
Informations about the package yii2-editors
yii2-editors
[![Stable Version](https://poser.pugx.org/kartik-v/yii2-editors/v/stable)](https://packagist.org/packages/kartik-v/yii2-editors)
[![Unstable Version](https://poser.pugx.org/kartik-v/yii2-editors/v/unstable)](https://packagist.org/packages/kartik-v/yii2-editors)
[![License](https://poser.pugx.org/kartik-v/yii2-editors/license)](https://packagist.org/packages/kartik-v/yii2-editors)
[![Total Downloads](https://poser.pugx.org/kartik-v/yii2-editors/downloads)](https://packagist.org/packages/kartik-v/yii2-editors)
[![Monthly Downloads](https://poser.pugx.org/kartik-v/yii2-editors/d/monthly)](https://packagist.org/packages/kartik-v/yii2-editors)
[![Daily Downloads](https://poser.pugx.org/kartik-v/yii2-editors/d/daily)](https://packagist.org/packages/kartik-v/yii2-editors)
Editor widgets for Yii2 framework - Summernote and Codemirror.
Summernote is a WYSIWYG rich text HTML input widget which uses the Summernote WYSWIYG plugin and is styled for both Bootstrap 3.x & 4.x. Includes additional enhancements by Krajee for Bootstrap 3.x and 4.x support, and ability to format code, and render preset configurable toolbars.
Codemirror is a plain text code editor that allows syntax formatting of various code.
Installation
The preferred way to install this extension is through composer. Check the composer.json for this extension's requirements and dependencies. Read this web tip /wiki on setting the minimum-stability
settings for your application's composer.json.
To install, either run
or add
to the section of your composer.json
file.
Refer the CHANGE LOG for details of release wise changes.
Demo
You can see detailed documentation and examples on usage of the extension.
Prerequisites
The Codemirror widget requires Font Awesome Icon assets rendered on the page for rendering the toolbar. You can render the font awesome icon assets on your page using one of the options below:
-
Option 1: Font CSS version of Font Awesome:
- Option 2: SVG / JS version of Font Awesome (e.g. from kartik-v/yii2-icons library):
Usage
Summernote WYSIWYG Editor
Codemirror Code Editor
License
yii2-editors is released under the BSD-3-Clause License. See the bundled LICENSE.md
for details.