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
Requires
This package is auto-updated.
Last update: 2024-10-29 04:42:05 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.