Skip to content
/ kint Public
forked from sergiypavlenko/kint

Laravel 3 Bundle Kint - debugging helper for PHP developers.

Notifications You must be signed in to change notification settings

lautenai/kint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Laravel 3 Bundle Kint - debugging helper for PHP developers

What?

Kint for PHP is a powerful and modern, zero-setup replacement for var_dump(), print_r() and debug_backtrace(). You'll wonder how you developed without it.

Read more - https://github.com/raveren/kint/

Installation

Add to file application/bundles.php:

'kint' => array('auto' => true)

OR

You can install bundle by running the following CLI command:

php artisan bundle:install kint

Usage

You can use all the functions with the primary functional.

About

Laravel 3 Bundle Kint - debugging helper for PHP developers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 75.4%
  • CSS 12.0%
  • JavaScript 10.2%
  • Visual Basic .NET 2.4%