wirelab/kint-plugin

该软件包已被 废弃 并不再维护。未建议替代软件包。

PyroCMS 3 的更好调试

安装: 235

依赖项: 0

建议者: 0

安全: 0

星级: 1

关注者: 2

分支: 0

开放问题: 0

类型:streams-addon

1.2 2017-04-13 09:54 UTC

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)

提高性能

  1. config/app.php 中,将 Conner\Kint\KintServiceProvider::class 添加到 $providers 数组中
  2. php artisan vendor:publish
  3. config/kint.php 中,将 maxLevels 修改为 3

更多详细信息请参阅 laravel-kint