code-area/laraarea-helpers

10.0.0 2020-07-21 21:29 UTC

This package is auto-updated.

Last update: 2024-04-22 06:07:10 UTC


README

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