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

allow to replace every processor with a custom one #98

Open
wants to merge 2 commits into
base: 2x
Choose a base branch
from

Conversation

michabbb
Copy link

hi,

i am also not a big fan of this "plural thing".
the user should decide how table or class names should be named.
because this class allows the creation of all models at once, the parameter "--table-name" is not usable at this point.
another example: if someone doesn´t want specific columns in $fillable = [....] I now have full control over this
because I can replace the "FieldProcessor" with my own one and create everything the way I like.

i would be happy to see a merge here because I believe this little change gives 100% freedom to every user
that has a problem with the default way, things get created.

thanks,
micha

michabbb added 2 commits June 19, 2022 10:44
with that, i am not only able to add an additional processor, but I am also able to use my own "TableProcessor" for example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant