numero2 / contao-group-downloads
This package is abandoned and no longer maintained.
No replacement package was suggested.
Package info
github.com/numero2/contao-group-downloads
Type:contao-module
pkg:composer/numero2/contao-group-downloads
v2.0.0
2018-01-11 11:43 UTC
Requires
This package is auto-updated.
Last update: 2020-03-14 15:10:40 UTC
README
About
Adds the ability to provide downloads for a whole group of members instead of using a members individual home directory.
System requirements
Installation
Using composer
- Install using the following command
composer require numero2/contao-group-downloads - Run a database update via the Installtool
Contao 3 / Contao 4 Managed Edition
- Create a folder named
group_downloadsinsystem/modules - Clone this repository into the new folder
- Run a database update via the Installtool
Contao 4 Standalone Edition
- Create a folder named
group_downloadsinsystem/modules - Clone this repository into the new folder
- Open
app/AppKernel.phpand add the following line to the $bundles arraynew Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('group_downloads', $this->getRootDir()) - Run a database update via the Installtool