项目作者: wirelab

项目描述 :
Better debugging for PyroCMS 3
高级语言: PHP
项目地址: git://github.com/wirelab/kint-plugin.git
创建时间: 2017-03-27T13:29:03Z
项目社区:https://github.com/wirelab/kint-plugin

开源协议:MIT License

下载


Kint plugin

⚠️ This repository has been deprecated ⚠️

Better debugging for PyroCMS 3

Installation

composer require wirelab/kint-plugin

usage

  1. your_variable|d
  2. your_variable|ddd
  3. your_variable|s
  4. your_variable|sd
  5. d(your_variable)
  6. ddd(your_variable)
  7. s(your_variable)
  8. sd(your_variable)

Improving performance

  1. In config/app.php add Conner\Kint\KintServiceProvider::class to the $providers array
  2. php artisan vendor:publish
  3. In config/kint.php change maxLevels to 3

For more details please see laravel-kint