wirelab / kint-plugin
该软件包已被 废弃 并不再维护。未建议替代软件包。
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
⚠️ 此存储库已被弃用 ⚠️
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
中,将Conner\Kint\KintServiceProvider::class
添加到$providers
数组中 php artisan vendor:publish
- 在
config/kint.php
中,将maxLevels
修改为3
更多详细信息请参阅 laravel-kint