iberflow / laravel-model-generator

Laravel 5 model generator for an existing schema
264 stars 75 forks source link

Namespace and classname properly replaced #27

Closed SteveFromAccounting closed 7 years ago

SteveFromAccounting commented 8 years ago

Fixes ignasbernotas/laravel-model-generator#26

iberflow commented 8 years ago

Hi, what Laravel version are you using?

Might be the case: https://github.com/ignasbernotas/laravel-model-generator/issues/12#issuecomment-241986242

SteveFromAccounting commented 8 years ago

Ah, I did not see that. I'm using Laravel 5.1 as well, so that explains it. So in later versions the "Dummy*" strings are properly replaced?

iberflow commented 8 years ago

Yeah, it must have been some minor version of 5.1 that they've changed it.