b3nl / laravel-mwb-model

Converts an MySQL Workbench Model to laravel counterparts.
MIT License
14 stars 2 forks source link

Use library for singularization #7

Closed nhusby closed 8 years ago

nhusby commented 8 years ago

Table names like articles were being named articls. Use of a common library already in the Laravel dependencies is more reliable than simple string replacement.

b3nl commented 8 years ago

Ah thx, will take a look into it!