crabstudio/file-manager
Composer 安装命令:
composer require crabstudio/file-manager
包简介
FileManager plugin for CakePHP 3.x
README 文档
README
Cakephp 3.x File manager, compatible to text editor like TinyMce, Ckeditor
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.
The recommended way to install composer packages is:
composer require crabstudio/file-manager:dev-master
Load plugin
You can use command line
bin/cake plugin load FileManager --routes --bootstrap
or paste this line at the end of config\bootstrap.php
Plugin::load('FileManager', ['bootstrap' => true, 'routes' => true]);
Usage
access http://your-project/file-manager
=======
Demo
统计信息
- 总下载量: 950
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-05-02