Looking to hire Laravel developers? Try LaraJobs

bugherd-laravel maintained by m2de

Description
A Laravel Helper package to install the [Bugherd](https://www.bugherd.com/) script
Author
Last update
2019/11/06 21:38 (dev-master)
License
Links
Downloads
69
Tags

Comments
comments powered by Disqus

Bugherd Installation Helper for Laravel

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.