debughub/client

There is no license information available for the latest version (dev-master) of this package.

Debughub client

dev-master 2017-09-05 20:39 UTC

This package is not auto-updated.

Last update: 2025-03-21 22:14:00 UTC


README

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

Installation: For now laravel 5.x only.

  1. add this to composer.json "debughub/client": "dev-master"

  2. Add service provider to config/app.php file Debughub\Client\DebughubServiceProvider::class

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