Small helper functions for different situations
Add a helper file to your autoload-dev
for dev environments only:
{
"autoload-dev": {
"files": ["vendor/madesimple/php-helpers/dev.php"]
}
}
Add a helper file to your autoload
for all environments:
{
"autoload": {
"files": ["vendor/madesimple/php-helpers/helpers.php"]
}
}