code-area/laraarea-helpers

Useful functions

Downloads

69

Stars

0

Version

10.0.0

code-area-helpers

Contents

dd_if

 /**
 * Dump the passed variables and end the script based last condition argument.
 *
 * @param  mixed
 * @return void
 */
function dd_if(...$args)

if_dd

/**
 * Dump the passed variables and end the script based first condition argument.
 *
 * @param  mixed
 * @return void
 */
function if_dd(...$args)

@TODO

code-area

Author

code-area