This repository contains ready-to-use code samples created for the CKFinder PHP connector documentation.
- Clone this repository (or download ZIP).
- Move downloaded plugins to the CKFinder
plugins
directory, 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'
];
Copyright (c) 2015, CKSource - Frederico Knabben. All rights reserved. For license details see: LICENSE.md.