Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Contao plugin to define downloads for whole groups and not only for members

Notifications You must be signed in to change notification settings

numero2/contao-group-downloads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contao Group Downloads

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

About

Contao plugin to define downloads for whole groups and not only for members

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages