debughub / client
Debughub client
Installs: 7 403
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 2
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.
-
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' ] ];