Skip to content

Instantly share code, notes, and snippets.

@azimidev
Last active September 27, 2022 16:20
Show Gist options
  • Save azimidev/3272942de753ee9a3d1f5a2f4d7f8fc3 to your computer and use it in GitHub Desktop.
Save azimidev/3272942de753ee9a3d1f5a2f4d7f8fc3 to your computer and use it in GitHub Desktop.
$response = Http::attach(
'image',
$imageFileContents,
'photo.jpg'
)->post('http://192.168.0.203:80/v1/vision/detection');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment