Download the PHP package pyaesoneaung/japoe-client without Composer
On this page you can find all versions of the php package pyaesoneaung/japoe-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pyaesoneaung/japoe-client
More information about pyaesoneaung/japoe-client
Files in pyaesoneaung/japoe-client
Package japoe-client
Short Description A Self-Hosted Error Tracking Solution for Laravel
License MIT
Homepage https://github.com/PyaeSoneAungRgn/japoe-client
Informations about the package japoe-client
A Self-Hosted Error Tracking Solution for Laravel
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:
Step 2: Register JaPoe Client
In bootstrap/app.php
, register the JaPoeClient
to handle exceptions in your application:
Step 3: Update Your Environment Configuration
Next, update the .env file with the following configurations:
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:
If the setup is successful, your Laravel application will now begin tracking errors and sending them to your self-hosted JaPoe server.
All versions of japoe-client with dependencies
spatie/laravel-package-tools Version ^1.0
illuminate/contracts Version ^11.0
spatie/backtrace Version ^1.0