code-area / laraarea-helpers
Useful functions
10.0.0
2020-07-21 21:29 UTC
Requires
- laravel/framework: 7.*
Requires (Dev)
- mockery/mockery: ^1.3.1
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-03-22 08:08:40 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