PHP code example of arrilot / laravel-systemcheck

1. Go to this page and download the library: Download arrilot/laravel-systemcheck library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

arrilot / laravel-systemcheck example snippets


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

['production', 'prod']

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