timoshka-lab/laravel-health-check

This package is abandoned and no longer maintained. No replacement package was suggested.

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

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

This package is auto-updated.

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


README

Install via 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>

Install via Composer

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

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

Usage

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

Notices

IMPORTANT: This project is not yet ready to use on production or commercial platforms. There is no warranty in any cases.