XCMer / larry-four-generator

Larry Laravel Generator For Laravel Four
Other
131 stars 27 forks source link

Feature Request: generate model files from the active database #26

Open doodoori2 opened 9 years ago

doodoori2 commented 9 years ago

how do you think about it ? MySQL WorkBench to Eloquent ORM converter ( http://mwb.thinkers.it ) existed, but I can't access the site now. is there any alternative project?

cerdman commented 9 years ago

To be honest - this was something I got really excited about when I first starting using this package. However, even with a number of tables (> 80), I was able to skin out the generator template format and generate all the models against my existing db. From what I had to think through along the way, I think it would be really difficult to build reverse eng. -> eloquent models in a db-engine agnostic way.