Generator fields not working at all
JafarAkhondali opened this issue · 0 comments
JafarAkhondali commented
Hi,
First i would like to say thanks for this great project, here is what i've done:
- Clone AdminLTE Boilerplate
- Set required permissions
- Composer install
- Install generator-builder according to docs without customizations
- Artisan migrate ( for users table )
- Register & login & go to public/generator_builder in browser
- Created simple model with only id(via add primary) and name(via add field) as string and clicked on generate
- I check generated pages and models, the only things has been created was:
protected $dates = ['deleted_at'];
I didn't even used soft deletes ! $fillable was also empty.
Did i do anything wrong?