Craft 3

Sprout Active installation and update instructions for Craft 3.

Requirements

  • Craft CMS 3.0.0 or a more recent version of Craft

# Installation via Plugin Store

  1. Find the plugin in the Plugin Store in your Craft Control Panel
  2. Go to Settings → Plugins and select “Install”

# Installation via Composer

  1. Open your terminal and go to your Craft project:
    cd /path/to/project
  2. Then tell Composer to load the plugin:
    composer require barrelstrength/sprout-active
  3. In the Control Panel, go to Settings → Plugins and select “Install”
Last Updated: 11/23/2023, 10:32:53 PM