crabstudio / file-manager
FileManager plugin for CakePHP 3.x
Installs: 933
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 4
Type:cakephp-plugin
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
- league/flysystem: ^1.0
- league/flysystem-cached-adapter: ^1.0
- league/flysystem-ziparchive: ^1.0
Requires (Dev)
Suggests
- crabstudio/email-queue: Allows you to send bulk email
- crabstudio/recaptcha: Allows you to use Google recaptcha
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
=======