laraowl/client
最新稳定版本:v1.0.1
Composer 安装命令:
composer require laraowl/client
包简介
Laraowl monitoring client for Laravel applications.
README 文档
README
Laraowl is a self-hosted monitoring solution for Laravel applications. This package allows you to collect real-time metrics, exceptions, and performance data from your applications and send them to your Laraowl Server.
Features
- Exception Tracking: Detailed reports on errors with stack traces and request data.
- Performance Monitoring: Track database queries, jobs, and execution times.
- Service Integration: Built-in support for Mail, Notifications, and Cache monitoring.
- Zero Configuration: Sensible defaults that work out of the box.
Installation
Install the package via Composer:
composer require laraowl/client
Configuration
1. Run the Install Command
Laraowl provides a convenient installation command to set up the configuration and environment variables:
php artisan laraowl:install
This command will:
- Publish the
laraowl.phpconfiguration file. - Prompt you for your Laraowl Server URL and Project Token.
- Automatically update your
.envfile.
2. Environment Setup
Add your Laraowl Server details to your .env file:
LARAOWL_SERVER_URL=https://your-laraowl-server.com LARAOWL_TOKEN=your-project-token
License
Laraowl Client is open-source software licensed under the MIT license.
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-05-06