PHP code example of hellonico / var-dumper-configurator
1. Go to this page and download the library: Download hellonico/var-dumper-configurator 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/ */
hellonico / var-dumper-configurator example snippets
$_SERVER['VAR_DUMPER_THEME'] = 'light';
$_SERVER['VAR_DUMPER_IDE'] = 'vscode';
// OR
putenv('VAR_DUMPER_THEME=light');
putenv('VAR_DUMPER_IDE=vscode');
HelloNico\VarDumperConfigurator\VarDumperConfigurator::configure('vscode', 'light');