JeffreyWay / Laravel-4-Generators

Rapidly speed up your Laravel workflow with generators
https://packagist.org/packages/way/generators
MIT License
27 stars 9 forks source link

Generators are posing different directory structure #438

Closed joicemjoseph closed 9 years ago

joicemjoseph commented 9 years ago

Hi, Thank you for taking an initiative to make an esy to make generator. I would like to share you an issue on my use. I generated a Model and it is listing/outputs directly into the root of app(/app/) where routes.php and other files situated instead of putting them in app/models/ . and I am experiencing th same while generating migrations also. thank you :)

JeffreyWay commented 9 years ago

You're using the wrong release. Pull in ~2.0.

joicemjoseph commented 9 years ago

Thank you for your comment ..