Adding an Auto-Complete Address Field to your Forms (Laravel)

First of all we need to get a google maps API, go through this documentation to get an API of your own. Next thing we need to do is to put a initializing script in our blade file Make sure to provide your api key in the script The above script will call a method name initAutocomplete that we have to write in our .js file Make sure you form have these matching selectors What i have done in above

Read more