cakemanager/cakeadmin-filemanager

There is no license information available for the latest version (dev-master) of this package.

FileManager plugin for CakeAdmin and CakePHP 3.x

dev-master 2016-07-12 18:48 UTC

This package is auto-updated.

Last update: 2024-04-06 20:19:47 UTC


README

This plugin allows you to manage your files and folders inside your webroot via the CakeAdmin panel.

Note: This is a non-stable plugin for CakePHP 3.x at this time. It is currently under development and should be considered experimental.

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require cakemanager/cakeadmin-filemanager:dev-master

Now load the plugin with the command:

$ bin/cake plugin load -r -b FileManager

Congratulations, you are done! Login to your panel and click on the 'FileManager'-button. You will see a list of folders and files located in your webroot.

Keep in touch

If you need some help or got ideas for this plugin, feel free to chat at Gitter.

Pull Requests are always more than welcome!