Introduction to Kint
Lab: Let’s Build a WordPress Starter Sandbox Plugin
Video Runtime: 09:34
In this video, you will play around with Kint and discover how it will help you to debug your code. Kint is a modern and powerful PHP debugging helper. It gives much more information than var_dump
or print_r
. Let’s check it out.
Kint Changed the Repository
The author of the Kint package changed the GitHub repository. You will need to change the Packagist dependency in the composer.json
file to:
"kint-php/kint" : "^1.0",
Who needs copy/paste? Right. Writing code from scratch is fun!
Episodes
Total Lab Runtime: 01:01:34
- 1 Lab Introductionfree 04:32
- 2 Plugin File and Folder Structurefree 04:07
- 3 Plugin Header DocBlockfree 06:56
- 4 What is a DocBlock?free 07:24
- 5 Setup Composer in Your Pluginfree 11:13
- 6 Introduction to Kintfree 09:34
- 7 Introduction to Whoopsfree 05:28
- 8 Let's Test It Outfree 12:20