rmrevin/yii2-imperavi-bundle Yii 2 Asset bundle with Imperavi WYSIWYG redactor

imperaviassetbundlewysiwygredactor

Yii 2 Asset bundle with Imperavi WYSIWYG redactor

License Latest Stable Version Latest Unstable Version Total Downloads

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'
    ];
}

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.0.5 is the latest of 6 releases



MIT license
Stats
3 github stars & 1 github forks
0 downloads in the last day
0 downloads in the last 30 days
330 total downloads