{"id":21056974,"url":"https://github.com/novaday-co/laravel-rocket-chat-debugher","last_synced_at":"2025-08-22T02:06:16.474Z","repository":{"id":62550207,"uuid":"496153525","full_name":"novaday-co/laravel-rocket-chat-debugher","owner":"novaday-co","description":"Laravel Rocket chat Debugher, push all logs to rocket chat channels","archived":false,"fork":false,"pushed_at":"2022-06-19T07:14:21.000Z","size":18,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-22T02:03:27.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/novaday-co.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-25T08:53:13.000Z","updated_at":"2023-03-06T08:00:07.000Z","dependencies_parsed_at":"2022-11-03T01:45:47.634Z","dependency_job_id":null,"html_url":"https://github.com/novaday-co/laravel-rocket-chat-debugher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/novaday-co/laravel-rocket-chat-debugher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novaday-co%2Flaravel-rocket-chat-debugher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novaday-co%2Flaravel-rocket-chat-debugher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novaday-co%2Flaravel-rocket-chat-debugher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novaday-co%2Flaravel-rocket-chat-debugher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/novaday-co","download_url":"https://codeload.github.com/novaday-co/laravel-rocket-chat-debugher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novaday-co%2Flaravel-rocket-chat-debugher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271574431,"owners_count":24783319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T16:55:24.707Z","updated_at":"2025-08-22T02:06:16.413Z","avatar_url":"https://github.com/novaday-co.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Rocket chat Debugher\n\n### First you need to set your channel url to config/debugher.php\n```php\n        return [\n            'end_point' =\u003e YOUR_ROCKET_CHAT_CHANNEL_URL_WITH_TOKEN,\n            'channel_name' =\u003e YOUR_ROCKET_CHAT_CHANNEL_Name,\n        ];\n```\n\n### Then you need to import Logger to Exceptions/Handler.php\n```php\n        use Novaday\\Debugher\\Logger;\n```\n\n### Finally, put the following code to Exceptions/Handler.php where ever you need to push log\n\n```php\n            resolve(Logger::class)\n                -\u003efromUser(auth()-\u003euser())\n                -\u003ewithIp(request()-\u003eip())\n                -\u003ewithException($exception)\n                -\u003esend();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovaday-co%2Flaravel-rocket-chat-debugher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnovaday-co%2Flaravel-rocket-chat-debugher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovaday-co%2Flaravel-rocket-chat-debugher/lists"}