code-area / laraarea-helpers
Useful functions
Installs: 71
Dependents: 0
Suggesters: 12
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/code-area/laraarea-helpers
Requires
- laravel/framework: 7.*
Requires (Dev)
- mockery/mockery: ^1.3.1
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-09-22 09:44:54 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