laemmi / contao-downloadarchive
Define downloadarchives with permission for users to download single files. fork von felixpfeiffer/contao-downloadarchive
Installs: 78
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 5
Type:contao-bundle
Requires
- php: ^8.1
- contao/core-bundle: ^4.13
Requires (Dev)
- contao/manager-plugin: ^2.11
- squizlabs/php_codesniffer: ^3.7
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
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