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-04-18 22:38:14 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.
-
add this to composer.json
"debughub/client": "dev-master"
-
Add service provider to config/app.php file
Debughub\Client\DebughubServiceProvider::class
-
create new config file in config dir with content:
<?php return [ 'api_key' => '', 'project_key' => '', 'git_root' => '', 'enabled' => true, 'blacklist_params' => [ 'password' ] ];