2017-25 © Pedro Peláez
 

contao-module contao-group-downloads

image

numero2/contao-group-downloads

  • Thursday, January 11, 2018
  • by numero2
  • Repository
  • 1 Watchers
  • 2 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 200 % Grown

The README.md

Contao Group Downloads

, (*1)

About

Adds the ability to provide downloads for a whole group of members instead of using a members individual home directory., (*2)

System requirements

Installation

Using composer, (*3)

  • Install using the following command composer require numero2/contao-group-downloads
  • Run a database update via the Installtool

Contao 3 / Contao 4 Managed Edition, (*4)

  • 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, (*5)

  • 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 php new Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('group_downloads', $this->getRootDir())
  • Run a database update via the Installtool

The Versions