2017 © Pedro Peláez
 

library laravel-5-dbug

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

image

repat/laravel-5-dbug

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

  • Monday, December 14, 2015
  • by repat
  • Repository
  • 1 Watchers
  • 2 Stars
  • 3,135 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

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., (*1)

Installation

  1. Add the following to your composer.json under require and then run composer update

"repat/laravel-5-dbug": "~1.*", (*2)

OR, (*3)

composer require repat/laravel-5-dbug, (*4)

  1. Add the Service Provider to the providers array in app/config/app.php
dlcrush\DBug\DBugServiceProvider::class,
  1. Add alias in app/config/app.php
'DBug'            => dlcrush\DBug\Facades\DBug::class,

Usage

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

DBug::DBug($var);

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

DBug::DBug($var, true);

The Versions

14/12 2015

dev-master

9999999-dev

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

  Sources   Download

GPL-2.0

The Requires

 

by David Crush
by Avatar repat

laravel debug dump dbug cfdump

14/12 2015

v1.3.0

1.3.0.0

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

  Sources   Download

GPL-2.0

The Requires

 

by David Crush
by Avatar repat

laravel debug dump dbug cfdump

14/12 2015

v1.2.0

1.2.0.0

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

  Sources   Download

The Requires

 

by David Crush
by Avatar repat

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

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