ivoglent / yii2-media
Yii2 media module used tinymce and responsive filemanager
Package info
github.com/ivoglent/yii2-media
Language:JavaScript
Type:yii2-extension
pkg:composer/ivoglent/yii2-media
dev-master
2016-01-11 13:39 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-02-27 00:57:01 UTC
README
This is simple extension use both tinymce and response file manager
Usage :
- Download, config and copy Response Filmanager to public folder (you can download here : http://www.responsivefilemanager.com/
-
composer require "ivoglent/yii2-media":"dev-master"
In the view file :
echo \ivoglent\yii2\media\MediaEditor::widget([ 'name'=>'a', 'fileManagerUrl'=> \yii\helpers\BaseUrl::base(true) .'/rfm/' //This is my responsive filemanager URL ]);
Note : Be careful with Responsive Filemanager config for security reasons.
