XCMer / larry-four-generator

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

dirty fix for changing CreateVenuespeopleTable => CreateVenuesPeopleTabl... #20

Closed changwuf31 closed 10 years ago

changwuf31 commented 10 years ago

I have custom table "venues_people", and the migration class created is "CreateVenuespeopleTable", instead of "CreateVenuesPeopleTable", causing the artisan migrate:rollback to fail finding the class

I'm sure there are better ways to do this. This is just a dirty fix.

changwuf31 commented 10 years ago

Apparently others have this issue as well #15 and #7

XCMer commented 10 years ago

Thanks for the pull request. I'll update the test-cases when I merge this.

XCMer commented 10 years ago

This is now fixed in master.