tecsin/yii2-file-manager

A file manager on elFinder 2 and TinyMCE 4 for Yii2

Maintainers

Package info

github.com/tecsin/yii2-file-manager

Issues

Language:JavaScript

Type:yii2-extension

pkg:composer/tecsin/yii2-file-manager

Statistics

Installs: 230

Dependents: 0

Suggesters: 0

Stars: 1

1.0.0 2017-01-13 17:26 UTC

This package is auto-updated.

Last update: 2026-03-01 00:22:25 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.