Skip to content

Instantly share code, notes, and snippets.

@xeebeast
Last active December 17, 2018 11:31
Show Gist options
  • Save xeebeast/1be881e9e3f6f1158f8e75c32217183c to your computer and use it in GitHub Desktop.
Save xeebeast/1be881e9e3f6f1158f8e75c32217183c to your computer and use it in GitHub Desktop.
Upload file to Google Storage
Storage::disk('gcs')->put("Name.pdf", $this->fileContent, 'public');
$pdfUrl = Storage::disk('gcs')->url("Name.pdf");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment