iberflow / laravel-model-generator

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

New standard laravel 5 models in App instead of App/models #24

Closed BartHuis closed 7 years ago

BartHuis commented 8 years ago

The new standard for laravel 5 is to place models in App instead of App/models, so maybe it's good to change the default to App, and let people manually give the option to place it in Models.

yangmian7721 commented 7 years ago

thanks!