Introduction to Kint
Lab: Let’s Build a PHP (Non-WordPress) Sandbox
Video Runtime: 03:45
In this video, you will play around with Kint and discover how it will help you to debug your code.
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",
You Rock!
Excellent job! You now have a starting base for testing out PHP code, which will help you further your PHP skills. Plus you have some handy debug tools with Whoops and Kint to help you craft your awesome code.
What to Do Next?
Break. Go rest your noodle for a couple of minutes.
Episodes
Total Lab Runtime: 00:39:24
- 1 Lab Introductionfree 06:25
- 2 Spin Up the Web Serverfree 01:24
- 3 Folder Structurefree 03:01
- 4 Setup Composer in Your Pluginfree 14:47
- 5 Introduction to Whoopsfree 10:02
- 6 Introduction to Kintfree 03:45