PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Insolita   Ext Imperavi   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Ext Imperavi
Integrates the Imperavi editor in YII applications
Author: By
Last change:
Date: 2 years ago
Size: 522 bytes
 

Contents

Class file image Download

Imperavi (Redactor) plugins

...

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist insolita/extimperavi "*"

or add

"insolita/extimperavi": "*"

to the require section of your composer.json file.

Usage

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

<?= \insolita\extimperavi\AutoloadExample::widget(); ?>```