InfyOmLabs / generator-builder

InfyOm Laravel Generator GUI Builder
http://labs.infyom.com/laravelgenerator/
MIT License
133 stars 71 forks source link

Cannot use object of type InfyOm\Generator\DTOs\GeneratorOptions as array #67

Open AlbertoJr789 opened 1 year ago

AlbertoJr789 commented 1 year ago

image

How do I solve this ?

AlbertoJr789 commented 1 year ago

Reading the source code I discovered that if I don't check the migration box, I'll get this error. Which happens on line 460 on laravel-generator\BaseCommand.php

Another error which I get is "can't access property name on null", which happens if I don't add the timestamps fields. The error ocurrs somewhere in the function generateFields() on laravel-generator\MigrationGenerator.php