Skip to content

Getting Started

Installation via Plugin Store

To install the Notifier plugin via the plugin store, follow these steps:

  1. In your site's control panel, visit the Plugin Store page. If you do not see a link to the Plugin Store, be sure you are working in an environment which allows admin changes.

  2. Search for "Notifier".

  3. Install the plugin titled Notifier.

Notifier
First-class Notifications for Craft CMS

$49

Installation via Console Commands

To install the Notifier plugin via the console, follow these steps:

  1. Open your terminal and go to your Craft project:
sh
cd /path/to/project
  1. Then tell Composer to load the plugin:
sh
composer require doublesecretagency/craft-notifier
  1. Then tell Craft to install the plugin:
sh
./craft plugin/install notifier

Finish installing via Console or Settings page

Alternatively, you can visit the Settings > Plugins page to complete the installation.

If installed via the control panel, you'll be automatically redirected to configure the plugin.