repat/laravel-5-dbug
DBug
laravel-5-dbug is a Laravel package that makes your variable dumps look nicer with the ospintos dBug class. The output is comparable to ColdFusion's cfdump. This repository is a fork from dlcrush/laravel-dbug with an update for Laravel 5 and a few minor fixes.
Installation
- Add the following to your composer.json under require and then run
composer update
"repat/laravel-5-dbug": "~1.*"
OR
composer require repat/laravel-5-dbug
- Add the Service Provider to the providers array in
app/config/app.php
dlcrush\DBug\DBugServiceProvider::class,
- Add alias in
app/config/app.php
'DBug' => dlcrush\DBug\Facades\DBug::class,
Usage
To dump out a variable, do the following:
DBug::DBug($var);
To dump and then die, do the following:
DBug::DBug($var, true);
Related Packages
devportolio/laravel-dump-viewer
A beautiful, modern in-browser debugging tool for Laravel with persistent storag...
55
0
sikessem/devtools
🧪 Tools needed for PHP and Laravel project development and automation.
5,961
1
actions
analyze-code
automated-testing
code-analyzer
code-inpector
collision
dd
debug
debugbar
debugger
dev
dev-tools
devtools
die-dump
dump
fake
faker
ide-helper
ignition
inspect-code
larastan
laravel
laravel-debugbar
laravel-devtools
laravel-test-tools
laravel-testing-tools
laravel-tools
lint
mock
mockery
pest
php
phpstan
phpunit
pint
psalm
ray
rector
refactor
sigui
siguici
sikessem
test
test-automation
test-tools
testing
testing-tools
var-dump
var-dumper
web-tools
webtools