Skip to content

Latest commit

 

History

History
executable file
·
42 lines (23 loc) · 1.29 KB

README.md

File metadata and controls

executable file
·
42 lines (23 loc) · 1.29 KB

Bugherd plugin for Craft CMS 3.x

Easily install Bugherd on your Craft CMS site

Screenshot

Requirements

This plugin requires Craft CMS 3.5 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require onedesign/craft-bugherd
    
  3. 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