Skip to content

Latest commit

 

History

History

.docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Contributte > DEV

Content

Install

composer require contributte/dev

Usage

 * @function d - dump;
 * @function dd - dump; die;
 * @function ed - echo; die;
 * @function fd - foreach dump;
 * @function fdd - foreach dump; die;
 * @function td - table dump;
 * @function tdd - table dump; die;
 * @function bd - barDump;
 * @function wc - where called (backtrace)
 * @function ss - convert to shortcut;
 * @function e - show debug bar;
 * @function l - log message
 * @function erd - throw error and dump parameters
 * @function c - return instance
 * @function cl - clone instance
 * @function callback - call object method