PHP code example of plasticstudio / dev-tools

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

    

plasticstudio / dev-tools example snippets


ini_set('log_errors','on');
ini_set('error_log','/home/mywebsite/logs/php.log');