ivoglent / yii2-media
Yii2 media module used tinymce and responsive filemanager
Installs: 371
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
- php: >=5.4.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-26 22:10:32 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.