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

dev-master 2016-01-11 13:39 UTC

This package is auto-updated.

Last update: 2024-05-26 21:11:10 UTC


README

This is simple extension use both tinymce and response file manager

Usage :

  1. 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.

Screenshot : yii2-media