Tweak helper behavior

Helper file not included by default, but can be enabled with the config
file. Default value can be overridden with the --helpers (-H) of
--nohelpers (-N) options.
This commit is contained in:
Barry vd. Heuvel
2013-03-11 21:46:27 +01:00
parent 7c8514ac51
commit 9ca2450d10
3 changed files with 25 additions and 663 deletions
+5 -2
View File
@@ -18,11 +18,14 @@ return array(
| Helper files to include
|--------------------------------------------------------------------------
|
| Include all user-defined functions.
| Include helper files. By default not included, but can be toggled with the
| -- helpers (-H) option. Extra helper files can be included.
|
*/
'helpers' => array(
'include_helpers' => false,
'helper_files' => array(
base_path().'/vendor/laravel/framework/src/Illuminate/Support/helpers.php',
),