library client
Debughub client
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 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)
-
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'
]
];, (*4)