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.phpaddConner\Kint\KintServiceProvider::classto the$providersarray php artisan vendor:publish- In
config/kint.phpchangemaxLevelsto3
For more details please see laravel-kint