tecsin/yii2-file-manager

A file manager on elFinder 2 and TinyMCE 4 for Yii2

Installs: 230

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Language:JavaScript

Type:yii2-extension

1.0.0 2017-01-13 17:26 UTC

This package is auto-updated.

Last update: 2024-03-29 03:19:21 UTC


README

A file manager on elFinder 2.1.20 and TinyMCE 4 for Yii2

PLEASE NOTE

This extension is no longer maintained. The two components which make up this extension has been split into two different extensions for ease of maintenance and future development.

elFinder is now at elFinder while tinyMCE is now at tinyMCE

Please use the above extensions for new installs. As for old installs, it is easy to migrate, just remove

"tecsin/yii2-file-manager": "*"

from the require part of your composer.json file and add

"tecsin/yii2-elfinder": "*"

and

"tecsin/yii2-tinymce": "*"

then change the namespace accordingly in the files you have used them.