wojciechjurkowski/one-bit-bug

redmine helper for reporting bugs.

v1.0.2 2016-05-16 12:07 UTC

This package is not auto-updated.

Last update: 2020-10-09 03:03:15 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Install

Via Composer

$ composer require wojciechjurkowski/one-bit-bug

Add ServiceProvider to config/app.

WojciechJurkowski\OneBitBug\OneBitBugServiceProvider::class,

Usage

in .env add PROJECT_NAME=your_redmine_project_name

in your main layout head add:

@if (env('APP_ENV') != 'production')
    @include('OneBitBug::report-bug')
@endif

Security

If you discover any security related issues, please email woj.jurkowski@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.