Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1000 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 1000 Bytes

FileManager plugin for CakeAdmin and CakePHP

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!