rmrevin / yii2-imperavi-bundle
Yii 2 Asset bundle with Imperavi WYSIWYG redactor
Package info
github.com/rmrevin/yii2-imperavi-bundle
Language:JavaScript
Type:yii2-extension
pkg:composer/rmrevin/yii2-imperavi-bundle
1.0.5
2015-06-18 17:43 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: 2.0.*
This package is not auto-updated.
Last update: 2026-02-28 23:03:40 UTC
README
Installation
Add in composer.json:
{
"require": {
"rmrevin/yii2-imperavi-bundle": "1.0.4"
}
}
Usage
In view
<? // ... rmrevin\yii\imperavi\AssetBundle::register($this);
or as dependency in your asset bundle
<? // ... class AppAsset extends AssetBundle { // ... public $depends = [ // ... '\rmrevin\yii\imperavi\AssetBundle' ]; }