pyaesoneaung/japoe-client
最新稳定版本:v0.1.2
Composer 安装命令:
composer require pyaesoneaung/japoe-client
包简介
A Self-Hosted Error Tracking Solution for Laravel
关键字:
README 文档
README
This is a client package for JaPoe, a self-hosted error tracking system that allows you to monitor and manage errors.
Requirements
- Laravel >= 11.x
Installation
To start tracking errors with JaPoe Client, follow the steps below:
Step 1: Install JaPoe Client
Use Composer to install the JaPoe Client package:
composer require pyaesoneaung/japoe-client
Step 2: Register JaPoe Client
In bootstrap/app.php, register the JaPoeClient to handle exceptions in your application:
->withExceptions(function (Exceptions $exceptions) { \PyaeSoneAung\JaPoeClient\Facades\JaPoeClient::handles($exceptions); })->create();
Step 3: Update Your Environment Configuration
Next, update the .env file with the following configurations:
JAPOE_ENABLE=true JAPOE_HOST=your-japoe-host JAPOE_KEY=your-japoe-key
Make sure to replace your-japoe-host and your-japoe-key with your actual server information and API key.
Step 4: Test JaPoe Client
Once everything is set up, test the JaPoe Client by running:
php artisan japoe:test
If the setup is successful, your Laravel application will now begin tracking errors and sending them to your self-hosted JaPoe server.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-28