Getting Started
Installation via Plugin Store
To install the Notifier plugin via the plugin store, follow these steps:
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.
Search for "Notifier".
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:
- Open your terminal and go to your Craft project:
sh
cd /path/to/project- Then tell Composer to load the plugin:
sh
composer require doublesecretagency/craft-notifier- Then tell Craft to install the plugin:
sh
./craft plugin/install notifierFinish 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.