laemmi/contao-downloadarchive

Define downloadarchives with permission for users to download single files. fork von felixpfeiffer/contao-downloadarchive

Installs: 71

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 5

Type:contao-bundle

4.0.1 2023-11-16 07:20 UTC

This package is auto-updated.

Last update: 2024-04-16 08:21:07 UTC


README

The downloadarchive extension offers the possibility to organize files from the file system in differnet archives.

Each archive can get his own visibility for gustes and/or registered members.

You can add a title, description and preview image for each file of an archive and define what action should be used when an image is clicked.

Install composer packages

docker run -it --rm \
-v ".:/var/www/html" \
laemmi/php-fpm:8.1 \
composer install