iberflow / laravel-model-generator

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

getters and setters #42

Open aliasdoc opened 7 years ago

aliasdoc commented 7 years ago

Hi, how to incluse getters and setters, if I laugh command with --getset option, all getters and setters of my models are empty.

php artisan make:oc-models --getset

Thank you.