mtolhuys / laravel-schematics

A Laravel package making a diagram of your models, relations and the ability to build them with it
MIT License
1.49k stars 133 forks source link

[Feature] Make optional some changes. #13

Open robsontenorio opened 4 years ago

robsontenorio commented 4 years ago
mtolhuys commented 4 years ago

Hi @robsontenorio!

This is indeed a feature I want to implement asap. I just released 0.9.9 making much of the scaffolding optional as well.

I want to create checkboxes for each column where you can define them as $fillable, $guarded or simply ignore them.

robsontenorio commented 4 years ago

Yes, would be nice!