ckfinder/ckfinder-docs-samples-php
最新稳定版本:3.4.0
Composer 安装命令:
composer require ckfinder/ckfinder-docs-samples-php
包简介
CKFinder v3 PHP connector documentation code samples
README 文档
README
This repository contains ready-to-use code samples created for the CKFinder PHP connector documentation.
Installation
- Clone this repository (or download ZIP).
- Move downloaded plugins to the CKFinder
pluginsdirectory, so the structure looks like below:
plugins
├── DiskQuota
│ ├── DiskQuota.php
├── GetFileInfo
│ ├── GetFileInfo.php
└── UserActionsLogger
└── UserActionsLogger.php
To enable plugins, add their names to the plugins configuration option in the connector configuration file (by default config.php):
$config['plugins'] = [ 'DiskQuota', 'GetFileInfo', 'UserActionsLogger' ];
License
Copyright (c) 2015, CKSource - Frederico Knabben. All rights reserved. For license details see: LICENSE.md.
统计信息
- 总下载量: 2.89k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-12