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)
- In
config/app.php
addConner\Kint\KintServiceProvider::class
to the$providers
array php artisan vendor:publish
- In
config/kint.php
changemaxLevels
to3
For more details please see laravel-kint