- Installation
- Basic configuration
- Advanced configuration
- Backend interface
- Frontend modules
- Notifications
- Insert tags
- Developers
Minimum requirements:
- Contao 3.5 or Contao 4.1
- Haste 4.16
- Notifcation Center 1.4
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
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
.
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.