Laravel Integrate Google Cloud Storage -


im trying integrate google cloud storage file uploads , serving in laravel app stored in google compute engine.

what best practice that? right way of using google cloud storage?

should use storage facade that? or job copying local file uploads cloud?

thanks

you can use google apis client library php send requests google cloud storage json api. visit link example.


Comments

Popular posts from this blog

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

android - Linear layout children not scrolling -