mantax559/laravel-observability
Composer 安装命令:
composer require mantax559/laravel-observability
包简介
Laravel Observability
README 文档
README
Laravel Observability
Requirements
- Xdebug - required for code coverage analysis (recommended for development)
Installation & Setup
You can install the package via composer:
composer require mantax559/laravel-observability
After installing the package, run the migration command to create the necessary database tables:
php artisan migrate
The package will automatically register its service provider.
Usage
See USAGE.md for more information about the package and examples.
Customisation
Config
You can optionally publish the config file with:
php artisan vendor:publish --provider="Mantax559\LaravelObservability\Providers\AppServiceProvider" --tag=config
Testing
Run the test suite:
composer test
Coverage summary in the terminal:
composer test-coverage
For a browsable HTML report, generate files under coverage/ and open coverage/index.html in your browser:
composer test-coverage-html
Credits
License
This project is proprietary and confidential software. You are not permitted to copy, modify, distribute, sublicense, publish, sell, share, or use any part of this project without explicit written permission from the owner. Unauthorized access, usage, reproduction, or redistribution of this software, in whole or in part, is strictly prohibited.
统计信息
- 总下载量: 53
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 5
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-05-17