2017 © Pedro Peláez
 

library whoops-to-gitlab

A possibility to allow your users to send an issue to gitlab upon Whoops

image

dalnix/whoops-to-gitlab

A possibility to allow your users to send an issue to gitlab upon Whoops

  • Tuesday, February 20, 2018
  • by larsemil
  • Repository
  • 1 Watchers
  • 0 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Whoops to gitlab

This package gives your users the option to create an issue on gitlab upon "Whoops" error when APP_DEBUG is set to false. For laravel 5.4 and 5.5., (*1)

Installation

composer require dalnix/whoops-to-gitlab
If you want to edit views or config file
php artisan vendor:publish --provider="Dalnix\WhoopsToGitLab\WhoopsToGitlabServiceProvider"
Add following to your env file
GITLAB_PROJECT_URL=( your gitlab project url : https://gitlab.domain.com/api/v4/projects/(project-ID)/ )
GITLAB_TOKEN=( Personal gitlab token )

SELECTED_BIN=(null or pastebin default null)
PASTEBIN_API_DEV_KEY=( your api key )
PASTEBIN_API_PASTE_PRIVATE=( 1 or 0  default 1)
PASTEBIN_PASTE_EXPIRE_DATE=( default 10M )
PASTEBIN_PASTE_EXPIRE_FORMAT=(default json )

Add to your config/app

Dalnix\WhoopsToGitlab\WhoopsToGitlabServiceProvider::class

This is still in development but works

The Versions

20/02 2018

0.0.3

0.0.3.0

A possibility to allow your users to send an issue to gitlab upon Whoops

  Sources   Download

MIT

The Requires

 

laravel api git gitlab

28/09 2017

dev-master

9999999-dev

A possibility to allow your users to send an issue to gitlab upon Whoops

  Sources   Download

MIT

The Requires

 

laravel api git gitlab

28/09 2017

0.0.1

0.0.1.0

A possibility to allow your users to send an issue to gitlab upon Whoops

  Sources   Download

MIT

The Requires

 

laravel api git gitlab

28/09 2017

0.0.2

0.0.2.0

A possibility to allow your users to send an issue to gitlab upon Whoops

  Sources   Download

MIT

The Requires

 

laravel api git gitlab