numero2/contao-group-downloads

This package is abandoned and no longer maintained. No replacement package was suggested.

v2.0.0 2018-01-11 11:43 UTC

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_downloads in system/modules
  • Clone this repository into the new folder
  • Run a database update via the Installtool

Contao 4 Standalone Edition

  • Create a folder named group_downloads in system/modules
  • Clone this repository into the new folder
  • Open app/AppKernel.php and add the following line to the $bundles array
    new Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('group_downloads', $this->getRootDir())
  • Run a database update via the Installtool