wirelab/kint-plugin

This package is abandoned and no longer maintained. No replacement package was suggested.

Better debugging for PyroCMS 3

Installs: 235

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type: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

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