Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flesheater/62cc02c45e54e3b12b4b6635ce02fabb to your computer and use it in GitHub Desktop.
Save flesheater/62cc02c45e54e3b12b4b6635ce02fabb to your computer and use it in GitHub Desktop.
Kint with depth
// If you load a $node or something.
kint_require();
\Kint::$maxLevels = 3;
kint($node);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment