wirelab / kint-plugin
This package is abandoned and no longer maintained.
No replacement package was suggested.
Better debugging for PyroCMS 3
1.2
2017-04-13 09:54 UTC
Requires
- rtconner/laravel-kint: ^2.0
This package is not auto-updated.
Last update: 2021-02-20 08:05:25 UTC
README
⚠️ This repository has been deprecated ⚠️
Better debugging for PyroCMS 3
Installation
composer require wirelab/kint-plugin
usage
your_variable|d your_variable|ddd your_variable|s your_variable|sd d(your_variable) ddd(your_variable) s(your_variable) sd(your_variable)
Improving performance
- In
config/app.phpaddConner\Kint\KintServiceProvider::classto the$providersarray php artisan vendor:publish- In
config/kint.phpchangemaxLevelsto3
For more details please see laravel-kint