wirelab / kint-plugin

Better debugging for PyroCMS 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kint plugin

⚠️ 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

  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

About

Better debugging for PyroCMS 3

License:MIT License


Languages

Language:PHP 100.0%