Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Make optional some changes. #13

Open
robsontenorio opened this issue Mar 6, 2020 · 2 comments
Open

[Feature] Make optional some changes. #13

robsontenorio opened this issue Mar 6, 2020 · 2 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@robsontenorio
Copy link

  • Fresh laravel instalation
  • Install laravel-schematics
  • Open http://localhost:8080/schematics
  • Click to edit default User model
  • Do not change anything and just click on save.
  • That action updates User model with all fields as "fillable".
  • Not necessary we want to add fields on "fillable" list, on that model
@mtolhuys
Copy link
Owner

mtolhuys commented Mar 6, 2020

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
Copy link
Author

Yes, would be nice!

@mtolhuys mtolhuys added this to the V1.0.0 milestone Mar 7, 2020
@mtolhuys mtolhuys added the good first issue Good for newcomers label Mar 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants