2017 © Pedro Peláez
 

library laravel-systemcheck

image

arrilot/laravel-systemcheck

  • Saturday, March 5, 2016
  • by Arrilot
  • Repository
  • 1 Watchers
  • 21 Stars
  • 457 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 2 % Grown

The README.md

Latest Stable Version Total Downloads Build Status Scrutinizer Quality Score, (*1)

Laravel System Check

Check your server and application configuration according to APP_ENV, (*2)

Installation

1) Run composer require arrilot/laravel-systemcheck, (*3)

2) Register a service provider inside the app.php configuration file., (*4)

...
'providers' => [
    ...
    Arrilot\SystemCheck\ServiceProvider::class,
],

Usage

This package provides a php artisan system:check command that performs a bunch of checks and prints results., (*5)

screenshot, (*6)

There are two modes., (*7)

  1. production
  2. dev

Each mode has its own collection of checks., (*8)

The mode is determined automatically according to APP_ENV. You can override current environment by passing --env to the command. php artisan system:check --env=production, (*9)

Configuration

By default the package treats the following environments as "production":, (*10)

['production', 'prod']

You can override them by calling, (*11)

app()->make(ChecksCollection::class)->setProductionEnvironments(['prod1', 'prod2']);

in your AppServiceProvider, (*12)

The Versions

05/03 2016

dev-master

9999999-dev https://github.com/arrilot/laravel-systemcheck

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nekrasov Ilya

laravel check system health

22/02 2016
19/02 2016

dev-analysis-XlKggN

dev-analysis-XlKggN https://github.com/arrilot/laravel-systemcheck

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nekrasov Ilya

laravel check system health

11/02 2016

dev-analysis-zGD3Kk

dev-analysis-zGD3Kk https://github.com/arrilot/laravel-systemcheck

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nekrasov Ilya

laravel check system health