[V5] How to request local routing in the program? #1710
-
Example:
In Laravel I can use the Request::create('test') to send the request |
Beta Was this translation helpful? Give feedback.
Answered by
RodolfoSilva
Oct 4, 2020
Replies: 3 comments 2 replies
-
Why not use a service or a command to do this? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AGDholo
-
As @RodolfoSilva said, using a Service to abstract the logic is a better option vs making an internal HTTP request |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am trying to use them, thank you! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why not use a service or a command to do this?