Download the PHP package reecem/ignition-git without Composer
On this page you can find all versions of the php package reecem/ignition-git. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download reecem/ignition-git
More information about reecem/ignition-git
Files in reecem/ignition-git
Package ignition-git
Short Description Open a Github, Gitlab Issue from Error page
License MIT
Homepage https://github.com/ReeceM/ignition-git
Informations about the package ignition-git
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
Installation
You can install the package in to a Laravel app that uses Ignition via composer:
If you would like to edit the configs you can publish the service provider
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)
Usage
-
Generate a new OAuth Token for your account
- on GitHub GitHub Personal Tokens (Only need to tick repo access !!)
- on Gitlab Gitlab Personal Token (Only give repo access to write)
- ? others... PR pls
-
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 :)
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.