cp sites/example.settings.local.php sites/default/settings.local.php
$config['system.logging']['error_level'] = 'verbose'; // hide|some|all|verbose
####Install
Using Drush:
$ drush dl devel
$ drush en kint
Or using Drupal Console:
$ drupal module:download devel --latest
$ drupal module:install kint
kint()
ksm()
dpm()
dsm()
{{ kint() }}