Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heimrichhannot/contao-file-manager-bundle
This bundle offers a frontend file manager for the Contao CMS.
https://github.com/heimrichhannot/contao-file-manager-bundle
Last synced: about 1 month ago
JSON representation
This bundle offers a frontend file manager for the Contao CMS.
- Host: GitHub
- URL: https://github.com/heimrichhannot/contao-file-manager-bundle
- Owner: heimrichhannot
- Created: 2021-09-16T10:33:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T09:46:56.000Z (8 months ago)
- Last Synced: 2024-11-01T20:38:22.755Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Contao File Manager Bundle
This bundle offers a frontend file manager for the Contao CMS.
## Features
- display a simple and clean file manager in the frontend
- built with security in mind:
- takes care of the "public" state of folders
- always checks if the website user is allowed to see the current folder
- select allowed folders in a global file manager configuration or based on a member login in member groups separately## Impressions
![The file manager in the frontend](docs/img/file-manager.png "The file manager in the frontend")
The file manager in the frontend
## Installation
1. Install via composer: `composer require heimrichhannot/contao-file-manager-bundle`.
2. Update your database using migration command or install tool as usual.## Usage
1. Create a file manager config in the contao backend.
2. Create member groups if the file manager is non-public. Here you can extend the permissions of the file manager config.
3. Create a frontend module and assign the file manager config. Then place the module in an article you like.## TODO
- batch processing
- actions: copy, move, rename, upload