code-area/laraarea-helpers is a Laravel package for useful functions.
It currently has 0 GitHub stars and 71 downloads on Packagist (latest version 10.0.0).
Install it with composer require code-area/laraarea-helpers.
Discover more Laravel packages by code-area
or browse all Laravel packages to compare alternatives.
Last updated
/**
* Dump the passed variables and end the script based last condition argument.
*
* @param mixed
* @return void
*/
function dd_if(...$args)
/**
* Dump the passed variables and end the script based first condition argument.
*
* @param mixed
* @return void
*/
function if_dd(...$args)
@TODO