crabstudio/file-manager

This package is abandoned and no longer maintained. No replacement package was suggested.

FileManager plugin for CakePHP 3.x

Installs: 928

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 3

Forks: 4

Type:cakephp-plugin

dev-master 2017-08-10 14:48 UTC

This package is not auto-updated.

Last update: 2020-11-30 01:56:18 UTC


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