Easily install Bugherd on your Craft CMS site
This plugin requires Craft CMS 3.5 or later.
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require onedesign/craft-bugherd
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Bugherd.
Provides a simple way to include Bughed on your Craft CMS sites.
There are only two settings within the plugin.
Setting | Description | Default |
---|---|---|
enabled |
Whether or not Bugherd is enabled | $BUGHERD_ENABLED environment variable |
projectId |
The Bugherd project ID | $BUGHERD_PROJECT_ID environment variable |
Adding your project ID and enabling Bugherd is all that is required to use this plugin. When enabled the script will be output just before the closing body tag. The template used to render the script is in templates/_script.twig
.
Brought to you by One Design Company