wojciechjurkowski / one-bit-bug
redmine helper for reporting bugs.
This package's canonical repository appears to be gone and the package has been frozen as a result.
v1.0.2
2016-05-16 12:07 UTC
Requires
- php: ~5.5|~7.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2020-10-09 03:03:15 UTC
README
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.