swisnl/laravel-health
最新稳定版本:1.7.0
Composer 安装命令:
composer require swisnl/laravel-health
包简介
Monitor the health of a Laravel application
README 文档
README
Using this package you can monitor the health of your application by registering checks using spatie/laravel-health. It contains a default set of checks for SWIS applications, but you can also add your own checks.
Installation
You can install the package via composer:
composer require swisnl/laravel-health
Usage
This package is plug and play! If you would like to add your own checks, please see the documentation.
Default checks
- Debug mode
- Environment
- Optimized app
- Database (when applicable)
- Cache
- Horizon (when applicable)
- Queue (when applicable)
- Used disk space (when applicable)
- Security.txt (when applicable)
- Schedule (when applicable)
If you want to disable a check, you can publish the config file and set the enabled key to false.
php artisan vendor:publish --tag="health-config"
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
If you discover any security related issues, please email security@swis.nl instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 16.19k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-18