Open tabuna opened 4 years ago
Duplicate of https://github.com/laravel/ideas/issues/2130.
Hey @ahinkle
I don't think this is duplication. In #2130, the user suggests not using a constructor to specify attributes. This request is aimed specifically at obtaining dynamic attributes that should not be declared but can be obtained. If his proposal is considered and implemented, then this will not, in any way, affect the current issue.
Hi everyone 👋.
When I create a component for any service, I am faced with the need to pass all possible attributes:
This can be quite tedious compared to some obvious challenges. I think it would be cool if you could get all the passed attributes in bulk:
What do you think about this?