Skip to content

Seemless integration of Kint into Laravel

License

Notifications You must be signed in to change notification settings

azorgh/laravel-kint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seamless Laravel 5 / Kint Integration

Laravel License

I love Kint, but it's a little hard to get it to work perfectly within Laravel. This plugin solves that.

Laravel 5 Documentation
Laravel 4 Documentation

Installation

composer require rtconner/laravel-kint "~1.0"
'providers' => array(
	'Conner\Kint\KintServiceProvider',
);
php artisan vendor:publish

Usage

Use Kint as you would normally.

d($var); // debug dump

ddd($var); // debug dump and die

s($var); // string print

sd($var); // string print and die

Configure

php artisan vendor:publish

Edit config/kint.php to configure Kint settings. See Kint documentation for details on configuration options.

About

Seemless integration of Kint into Laravel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages