Build Google Maps Typeahead Functionality with Vue.js and Laravel

The previous post in this tutorial helped create a Laravel 5.3 application with authentication. In this tutorial, Google Maps API is used to typeahead functionality for selecting addresses.

In this app, users need to be able to see locations as they type. For this, vue-google-maps component, is being implemented. Also, one Google Maps API key is needed. If you would like to see the final code of this project, head to GitHub.

Find the second part, here. By Connor Leech.