InfyOmLabs / generator-builder

InfyOm Laravel Generator GUI Builder
http://labs.infyom.com/laravelgenerator/
MIT License
133 stars 71 forks source link

Quick question #5

Closed phillipmadsen closed 5 years ago

phillipmadsen commented 8 years ago

when you click the generate button is is supposed to run the command type command. All it is doing on mine is creating the migration file. nothing else. Am I missing a step.

phillipmadsen commented 8 years ago

Is it also supposed to generate the fields-file.json for the given generation. it is also not working.

LeifErickson commented 8 years ago

I also have this problem

mitulgolakiya commented 8 years ago

I will review it and will check if I missed anything in documentation.

onyx26 commented 8 years ago

I was having the same problem: when I checked the logs it was complaining about a Swagger template, even though I hadn't ticked the Swagger box:

exception 'ErrorException' with message 'file_get_contents(/home/onyx26/admintest/vendor/infyomlabs/swagger-generator/templates/model/model.stub): failed to open stream: No such file or directory'

Installing Swaggervel fixed the issue and I now get a "Files created successfully" message.