shlogg · Early preview
David Duymelinck @xwero

Extending Codestarter: Custom Flows, Templates & CLI Options

Extending Codestarter: namespace Xwero\Codestarter\Dev for custom flow classes, config files & templates. Added CLI options for custom flows & template generation.

I think I'm in the end run. But I made a few diversions, which I will highlight here.

  
  
  Extendibility

In the first iteration I used environment variables to get the custom flow classes, the class cache file and some other things. 
For the people who didn't read the previous posts, the flow is the hook to create a custom questions flow.
At some point I got the idea to use the namespace Xwero\Codestarter\Dev in the composer to get the directory. That way the custom flow classes have a standard namespace and the users of the application can choose the directory.
An extra benefit is that t...