2017 © Pedro Peláez
 

project helpers

die and dump for debugging

image

roksta/helpers

die and dump for debugging

  • Wednesday, January 25, 2017
  • by roksta
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

helpers

just helpers I use on most projects., (*1)

install

composer require roksta/helpers

1. die and dump - dd()

  dd($data);

  // or multiple, max of 5
  dd($data1, $data2, $data3, $data4, $data5);

The Versions

25/01 2017

dev-master

9999999-dev

die and dump for debugging

  Sources   Download

MIT

The Requires

 

25/01 2017

1.0.0

1.0.0.0

die and dump for debugging

  Sources   Download

MIT

The Requires