onedesign / craft-bugherd
Easily install Bugherd on your Craft CMS site
Installs: 181
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 1
Open Issues: 0
Type:craft-plugin
Requires
- craftcms/cms: ^3.5.0
Requires (Dev)
- codeception/codeception: ^3.0
- craftcms/cms: ^3.2.0
- vlucas/phpdotenv: ^3.0
README
Easily install Bugherd on your Craft CMS site
Requirements
This plugin requires Craft CMS 3.5 or later.
Installation
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.
Bugherd Overview
Provides a simple way to include Bughed on your Craft CMS sites.
Configuring Bugherd
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 |
Using Bugherd
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