Better debugging for PyroCMS 3
Better debugging for PyroCMS 3
composer require wirelab/kint-plugin
your_variable|d
your_variable|ddd
your_variable|s
your_variable|sd
d(your_variable)
ddd(your_variable)
s(your_variable)
sd(your_variable)
config/app.php
add Conner\Kint\KintServiceProvider::class
to the $providers
arrayphp artisan vendor:publish
config/kint.php
change maxLevels
to 3
For more details please see laravel-kint