Add Fluent helpers (using config option) (#404)

* add fluent option to Generator

* add fluent to helper output

* add fluent option to config

* typo
This commit is contained in:
Jackey Cheung
2016-11-15 09:21:23 +01:00
committed by Barry vd. Heuvel
parent 5fad258f5d
commit 105f14a50d
3 changed files with 39 additions and 0 deletions
+11
View File
@@ -14,6 +14,17 @@ return array(
'filename' => '_ide_helper',
'format' => 'php',
/*
|--------------------------------------------------------------------------
| Fluent helpers
|--------------------------------------------------------------------------
|
| Set to true to generate commonly used Fluent methods
|
*/
'include_fluent' => false,
/*
|--------------------------------------------------------------------------
| Helper files to include