For Laravel CLI, we going to call the actions handle function in command controller (not going to use the actions or service controller directly). So, that time we can create request objects on the fly.
I am agree using plain object or array will improve the performance, but really we don’t know how much it improves. It based on application complexity.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
For Laravel CLI, we going to call the actions handle function in command controller (not going to use the actions or service controller directly). So, that time we can create request objects on the fly.
I am agree using plain object or array will improve the performance, but really we don’t know how much it improves. It based on application complexity.