Answer the question
In order to leave comments, you need to log in
How to test 3rd party api's in laravel?
I need to test the api of a third-party application, if I write the full address in the test, it gives an error that the route was not found.
$this->json('GET', 'https://fullurl.com/test')
->assertJsonStructure([
'name'
]);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question