Laravel HTTP client: real multipart sample
Unfortunately, multipart sample in Laravel doc (here) contains only sample with one field (attached file) – Http::attach('file', $file_content)
.
Unfortunately, multipart sample in Laravel doc (here) contains only sample with one field (attached file) – Http::attach('file', $file_content)
.