2017 © Pedro Peláez
 

library debug-helper

A library to help me output useful debug info during development.

image

michaeldrennen/debug-helper

A library to help me output useful debug info during development.

  • Sunday, July 30, 2017
  • by michaeldrennen
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

DebugHelper

Build Status Latest Stable Version Total Downloads License, (*1)

Introduction

DebugHelper is a little collection of PHP functions to help me view data when debugging., (*2)

Installation

To get started with DebugHelper, simply run:, (*3)

composer require michaeldrennen/debug-helper

DebugHelper tools for Laravel

Pretty print the query log

use Illuminate\Support\Facades\DB;
...
DB::enableQueryLog();
// Run queries...
$queryLog = DB::getQueryLog();
DebugHelper::laravelPrintQueryLog($queryLog);

License

DebugHelper is open-sourced software licensed under the MIT license, (*4)

The Versions

30/07 2017

dev-master

9999999-dev

A library to help me output useful debug info during development.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Drennen

30/07 2017

v1.05

1.05.0.0

A library to help me output useful debug info during development.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Drennen

30/07 2017

v1.04

1.04.0.0

A library to help me output useful debug info during development.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Drennen

30/07 2017

v1.03

1.03.0.0

A library to help me output useful debug info during development.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Drennen

30/07 2017

v1.02

1.02.0.0

A library to help me output useful debug info during development.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Drennen

30/07 2017

v1.01

1.01.0.0

A library to help me output useful debug info during development.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Drennen

30/07 2017

v1.0

1.0.0.0

A library to help me output useful debug info during development.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Drennen