satsume/ckfinder-module

A module to implement ckfinder for Zend Framework 2.

0.1.0 2014-09-12 14:38 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:54:57 UTC


README

Latest Stable Version Latest Unstable Version Build Status

Introduction

This module is relies on AssetManager to provide a ckfinder implemenation without having to install it in the publicly accessible folder.

Installation

CKFinderModule is set-up to use the ckfinder source from /vendor/ckfinder/ckfinder ( ckfinder.php would be in /vendor/ckfinder/ckfinder/ckfinder.php ). You should download the source from ckfinder.com and extract it in /vendor/ckfinder/ckfinder/

A route is automatically setup at /ckfinder/

Permissions for the main and connector route are added for BjyAuthorize and zfc-rbac for users with a role of admin.

The config.php supplied by ckfinder ( /ckfinder/config.php ) is not used, instead its located in /satsume/ckfinder-module/config/ckfinder.config.php ( take look at it's contents here ). The location of this file can be overridden by setting a different path in 'ckfinder_module' => 'ckfinder_config_path'.

CKEditor

If CKEditorModule is included, the ckfinder will automatically be setup for use in the ckeditor.