How to use Google Cloud Storage to save the document instead of saving it locally?
I currently have this code below where I am saving it locally, but I want to directly save it in GCS instead.
$newDocx->searchAndReplace($docxFromPath, public_path() . '/storage/agreements/docx' . $fileName, 'Company Name', 'Apple', $options);