Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.58 KB

01-installation.md

File metadata and controls

49 lines (31 loc) · 1.58 KB

Installation – Events Subscriptions

  1. Installation
  2. Basic configuration
  3. Advanced configuration
  4. Backend interface
  5. Frontend modules
  6. Notifications
  7. Insert tags
  8. Developers

Installation

Minimum requirements:

  • Contao 3.5 or Contao 4.1
  • Haste 4.16
  • Notifcation Center 1.4

Install using Composer (recommended)

Composer is the recommended way to install Contao modules. The Contao plugin will take care of copying the files to the correct place.

$ composer.phar require codefog/contao-events_subscriptions ^2.0

Manual installation

Download codefog/contao-events_subscriptions and copy the folder to your Contao installation in system/modules/events_subscriptions. You must also download and install codefog/contao-haste and terminal42/contao-notification_center.

Upgrading from 1.x to 2.x

Quite a few things has changed since version 1.x of the extension but most of them will be handled automatically by the script. However the thing you must manually adjust is the notification reminder which has to be created in the Notification Center module. For more information on how to do it please read the documentation.