Skip to content

vajiralasantha/PHP-Dump-Die

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Dump-Die

Simple Laravel style dump and die (dd) command.

Usage:

Install via composer

"composer require vajiral/php-dumpdie"

In your PHP file

<?php

require __DIR__ . "/vendor/autoload.php";

$dummyObject = new DummyObject();
dd($dummyObject);

About

Simple Laravel style dump and die command.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages