m2de/bugherd-laravel

A Laravel Helper package to install the [Bugherd](https://www.bugherd.com/) script

v1.0.4 2019-11-06 20:38 UTC

This package is not auto-updated.

Last update: 2024-04-05 14:03:14 UTC


README

A Laravel Helper package to install the Bugherd script

Installation

composer require m2de/bugherd-laravel

Add your Bugherd project ID to your .env or the bugherd.php config.

# .env
BUGHERD_PROJECT_KEY=abcdef123456gh

Usage

Inside your layout or blade template add the blade helper where you want to publish the bugherd installation script.

// resources/views/layouts/default.blade.php

<head>
...
@bugherd
</head>

Configuration

By default the Bugherd script will only output in staging environments, however you can customise this in the config of this package.

You may publish the config and views to customise them if required.