jrmadsen67 / MahanaGeneratorScaffolding

Generator Scaffolding for Laravel 5
14 stars 1 forks source link

Abstract library to allow for reading different config formats #5

Closed jrmadsen67 closed 8 years ago

jrmadsen67 commented 8 years ago

Hard-coded to YAML rigth now - abstract that up so any format could have a driver that converts to the needed array

jrmadsen67 commented 8 years ago

done. YamlParser default; other can be added in same manner