I had the pleasure of writing a guest post at Twilio’s blog this week, focusing on how to read, insert, update, and delete data in Google Spreadsheets using PHP. It’s not Laravel-specific, but throwing in a service provider would simplify the sample code up quite a bit. Check it out!
Have you ever needed to pull some data from a Google Spreadsheet? My default in the past would be to export the data and upload it to the app directly, but it turns out it’s not very difficult to read directly from Google Spreadsheets using the Google Drive API.