timoshka-lab/laravel-health-check

该软件包已被废弃,不再维护。未建议替代软件包。

用于验证生产模式下laravel配置的命令行界面。

dev-main 2021-04-09 00:29 UTC

This package is auto-updated.

Last update: 2023-03-09 04:34:53 UTC


README

通过Github安装

# installation
clone https://github.com/timoshka-lab/laravel-health-check.git
cd laravel-health-check
composer install

# use case
./laravel-health-check -d <path-to-laravel-directory>

通过Composer安装

# installation
composer require timoshka-lab/laravel-health-check

# use case
./vendor/bin/laravel-health-check -d <path-to-laravel-directory>

使用方法

Description:
  The command line interface to verify laravel configuration in production mode.

Usage:
  laravel-health-check [options] -d <laravel-directory-path>

Options:
  -h|--help            Prints this usage information
  --without-database   Avoid to run database configuration tests
  --without-mail       Avoid to run email configuration tests
  --without-queue      Avoid to run job queue configuration tests

注意事项

重要:此项目尚未准备好在生产或商业平台上使用。在任何情况下都不提供保修。