InfyOmLabs / laravel-generator

API and Admin Panel CRUD Generator for Laravel.
https://www.infyom.com/open-source
MIT License
3.79k stars 813 forks source link

Laravel generator creates migration class without proper camelCase #241

Closed rasouza closed 8 years ago

rasouza commented 8 years ago

Once you run php artisan infyom... to generate your API, it creates the migration without uppercase in the second word (in my case: CreatetemplatesTableinstead of CreateTemplatesTable). So when you need to rollback, laravel can't find the proper class to rollback due to mispelled name. The workaround is to rename the migration class, composer dump-autoload and then rollback.

mitulgolakiya commented 8 years ago

@rasouza its fixed in develop branch. will merge it soon.