reliese / laravel

Reliese Laravel Model Generator
MIT License
1.49k stars 317 forks source link

Blueprint analysis doctrine queries #204

Closed AdamLenda closed 3 years ago

AdamLenda commented 3 years ago

This pull request includes new configuration objects along with Data Transport and Data Map Object generators.

The next major step will be refactoring the existing model generation logic from v1 to use the Model Generator object and the new configuration objects.

CristianLlanos commented 3 years ago

I sent some fixes for the imports. Nullable imports should work. Importing global classes such as \DateTime should also work. Also added support for a json data type on MySqlDataTypeMap; it's mapping to string for now. Adding support for column casting in the future may come in handy.