Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Laravel when a request is sent to the DB we have the
toSql()
method to check what the sql being sent to the db looks like. Is there a way to check what the HTTP request being sent by prism looks like by replacing thegenerate()
method with something liketoRequest()
?Beta Was this translation helpful? Give feedback.
All reactions