reecem/ignition-git is a Laravel package for open a github, gitlab issue from error page .
It currently has 4 GitHub stars and 8 downloads on Packagist (latest version v0.1.1).
Install it with composer require reecem/ignition-git.
Discover more Laravel packages by reecem
or browse all Laravel packages to compare alternatives.
Last updated
This package adds the ability to open a new issue from your ignition tab and edit the data that would be set for the issue

You can install the package in to a Laravel app that uses Ignition via composer:
composer require reecem/ignition-git
If you would like to edit the configs you can publish the service provider
php artisan vendor:publish --tag=ignition-git
You can then see the base template for the issue, you can edit it, the thins between : : are the strings replace.
(More complex thing coming)
Generate a new OAuth Token for your account
Add the token to you environment with IGNITION_GIT_TOKEN="token_me_here"
Make an error somewhere
Click on the "Open Issue" tab on your Ignition screen to see the tool provided by this package.
Once there edit the data and click submit :)
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.