FileManager plugin for CakePHP 3.x (NO LONGER MAINTAIN OR UPGRADE)
Cakephp 3.x File manager, compatible to text editor like TinyMce, Ckeditor, (*1)
Idea
- A file manager can deeply integrated with CakePHP 3.x
- A file manager that can be Authenticate and Authorize
- Session can be php, cake or database (app.php)
Installation
You can install this plugin into your CakePHP application using composer., (*2)
The recommended way to install composer packages is:, (*3)
composer require crabstudio/file-manager:dev-master
Load plugin
You can use command line, (*4)
bin/cake plugin load FileManager --routes --bootstrap
or paste this line at the end of config\bootstrap.php
, (*5)
Plugin::load('FileManager', ['bootstrap' => true, 'routes' => true]);
Usage
access http://your-project/file-manager
, (*6)
=======, (*7)
Demo
, (*8)