Skip to main content

Get kint debug working in Drupal 8.

Updated by Tim Rabbetts on
scan, system, bug

I enabled the devel module, but my ksm($var) code just dumps out as normal markup.

Need to install kint library.

composer require kint-php/kint
drush cr ## important!

Need to then change variable debugger from default to kint here:

/admin/config/development/devel

Then it worked!

Add new comment