2017 © Pedro Peláez
 

library laravel-dbug

A library for nicer looking variable dumps comparable to ColdFusion's cfdump.

image

dlcrush/laravel-dbug

A library for nicer looking variable dumps comparable to ColdFusion's cfdump.

  • Saturday, February 28, 2015
  • by dlcrush
  • Repository
  • 1 Watchers
  • 2 Stars
  • 113 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

DBug

This is a laravel package that makes your variable dumps look nicer. The output is comparable to ColdFusion's cfdump., (*1)

Based off of dBug class https://github.com/ospinto/dbug, (*2)

Installation

This will walk you through how to set up the package., (*3)

1) Add the following to your composer.json under require:, (*4)

"dlcrush/laravel-dbug": "~1.1.0", (*5)

2) Composer update, (*6)

3) Add the Service Provider to the providers array in app/config/app.php, (*7)

'dlcrush\DBug\DBugServiceProvider',

4) Add alias in app/config/app.php, (*8)

'DBug'            => 'dlcrush\DBug\Facades\DBug',

Usage

To dump out a variable, do the following:, (*9)

DBug::DBug($var);

To dump and then die, do the following:, (*10)

DBug::DBug($var, true);

The Versions

28/02 2015

dev-master

9999999-dev

A library for nicer looking variable dumps comparable to ColdFusion's cfdump.

  Sources   Download

The Requires

 

by David Crush

laravel debug dump dbug cfdump

09/02 2015

v1.1.0

1.1.0.0

A library for nicer looking variable dumps comparable to ColdFusion's cfdump.

  Sources   Download

The Requires

 

by David Crush

laravel debug dump dbug cfdump

05/02 2015

v1.0.0

1.0.0.0

A library for nicer looking variable dumps comparable to ColdFusion's cfdump.

  Sources   Download

The Requires

 

by David Crush

laravel debug dump dbug cfdump

05/02 2015

v1.0

1.0.0.0

A library for nicer looking variable dumps comparable to ColdFusion's cfdump.

  Sources   Download

The Requires

 

by David Crush

laravel debug dump dbug cfdump