PHP code example of intothesource / powerlogger

1. Go to this page and download the library: Download intothesource/powerlogger 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/ */

    

intothesource / powerlogger example snippets



	return [
	   'customer' => 'Customer Name',           // Customer name eg. Into The Source
       'domain'   => 'test.dev',                // FQDN eg intothesource.com
       'slack'    => 'AAA/BBB/123'              // Slack key
	];
bash
php artisan vendor:publish