gplcart/file_manager

Allows to manage different files

Installs: 0

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:gplcart-module

dev-master 2018-03-09 14:39 UTC

This package is not auto-updated.

Last update: 2024-04-14 00:23:12 UTC


README

Build Status Scrutinizer Code Quality

File manager is a GPL Cart module that allows site administrators to manage files within the system file directory.

Features

  • Create, move, delete, rename, upload, download, browse, empty files and directories
  • Bulk operations
  • Control access to paths using regexp patterns
  • Control file size of uploaded files
  • Control allowed file extensions
  • Filter/sort files

Installation

  1. Download and extract to system/modules manually or using composer composer require gplcart/fm. IMPORTANT: If you downloaded the module manually, be sure that the name of extracted module folder doesn't contain a branch/version suffix, e.g -master. Rename if needed.
  2. Go to admin/module/list end enable the module
  3. Adjust module settings at admin/module/settings/file-manager
  4. Grand access to perform commands etc at admin/user/list

To manage files go to admin/tool/file-manager