Skip to content

Instantly share code, notes, and snippets.

<?php
// return an array ##
return [ 'global' => [
'config' => [
// run ALL contexts ##
'run' => true,
// ALL context debugging ##
'debug' => false,
// return strategy
'return' => 'echo'
],
]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment