2017 © Pedro Peláez
 

library client

Debughub client

image

debughub/client

Debughub client

  • Tuesday, September 5, 2017
  • by mozgis
  • Repository
  • 1 Watchers
  • 1 Stars
  • 818 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 1 Versions
  • 8 % Grown

The README.md

DebugHub.com client

The project is under development, not ready for public eyes yet. If you are interested, shoot a email to info@debughub.com, (*1)

Installation: For now laravel 5.x only. 1. add this to composer.json "debughub/client": "dev-master", (*2)

  1. Add service provider to config/app.php file Debughub\Client\DebughubServiceProvider::class, (*3)

  2. create new config file in config dir with content: <?php return [ 'api_key' => '', 'project_key' => '', 'git_root' => '', 'enabled' => true, 'blacklist_params' => [ 'password' ] ];, (*4)

The Versions

05/09 2017

dev-master

9999999-dev

Debughub client

  Sources   Download

by Janis Mozgis