Trouble getting PDF report from webhook endpoint in Laravel using $request->file()

48 Views Asked by At

I'm subscribed to get back the pdf report via a web hook endpoint. The endpoint is being hit but now I having issues in trying to get the file from the request.

I'm using Laravel and I've tried using $request->file() but to no avail.

0

There are 0 best solutions below