定制 crabstudio/file-manager 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Index

统计信息

  • 总下载量: 950
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 7
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 7
  • Watchers: 3
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-05-02