larakek/health-check
最新稳定版本:v1.1.0
Composer 安装命令:
composer require larakek/health-check
包简介
Health checks for laravel application
关键字:
README 文档
README
Introduction
Health Check is a package for the Laravel application that allows you to understand if your application is unhealthy. The package can handle http probes and command probes.
Installation
Require this package with composer.
composer require larakek/health-check
Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
Laravel without auto-discovery:
If you don't use auto-discovery, add the ServiceProvider to the providers list. For Laravel 11 or newer, add the ServiceProvider in bootstrap/providers.php. For Laravel 10 or older, add the ServiceProvider in config/app.php.
Larakek\HealthCheck\HealthCheckServiceProvider
Copy the package config to your local config with the publish command:
php artisan vendor:publish --provider="Larakek\HealthCheck\HealthCheckServiceProvider"
Configuration
Usage
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-11-27