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
+1
View File
@@ -84,6 +84,7 @@ class Generator
->with('namespaces', $this->getNamespaces())
->with('helpers', $this->helpers)
->with('version', $app->version())
->with('include_fluent', $this->config->get('ide-helper.include_fluent', false))
->render();
}