If you'd like to see the source code behind this video, I've created a repo for it here: github.com/aschmelyun/video-populating-google-map-vue-laravel Also, if you'd like to directly support these videos and open-source projects, consider sponsoring me on GitHub: github.com/sponsors/aschmelyun
@AliHaidar-zw1jx Жыл бұрын
Thank you sir and which extension are you using for better directory look
@khanalpride4 жыл бұрын
I remember I have worked with this vue package already. But you always provide in depth tutorial, that there is always some new thing to learn.
@goldenbeast9514 жыл бұрын
Im doing something wrong, I tried following the video and the code of the repo and it says Failed to execute 'setAttribute' on 'Element': 'restaurants)' is not a valid attribute name.
@MarcelloPato4 жыл бұрын
You are a JEDI MASTER! Thanks a lot for your videos! Please, do some more with Laravel.
@imranlashari65783 жыл бұрын
I got the error: "Google Maps JavaScript API error: RefererNotAllowedMapError Your site URL to be authorized: localhost:8000/addresses/create " at 10:50 @Andrew
@imranlashari65783 жыл бұрын
Can anyone help?
@richardracine90552 жыл бұрын
Awesome tutorial. Thank you.
@junaidshaikh11774 жыл бұрын
Hey, I notice that you are using Docker for setting up the environment. I've seen your past videos on how to use them with Laravel and it works flawlessly, thank you. Can you please make a video on how you set up the .test domain on your local env plus how you got SSL working with it?
@aschmelyun4 жыл бұрын
Yes! A video for both of those topics is in the works and coming within the next month.
@Alidnet14 жыл бұрын
Hi Andrew, thank for this video. Could you show me how to create a computed property for bounding box and zoom level
@Bigfaceee3 жыл бұрын
Is this a common practice i was trying to do this with pure laravel but was so lost
@charlespitagan82414 жыл бұрын
Hey Andrew, thank you so much for your helpful tutorials. Can you make a video how to protect a routes on Vuejs SPA with Laravel API?
@aschmelyun4 жыл бұрын
Great suggestion!
@charlespitagan82414 жыл бұрын
Thank you, keep it up bro.
@valerigutierrez38718 ай бұрын
Hi i can i ask you something?. Do you know if implement the development a web page with subject about restaurant using for example programming language Php, can i include this API dont matter whether this API require Laravel and Vue.
@cultureofnepal20244 жыл бұрын
Hi Andrew, when will the ci/cd video be lunch.
@alfonsopiopretorino19683 жыл бұрын
Hello Andrew, I have followed your video step by step but the markers are not showing up on my map. Can u help me? Thanks
@mangasprai4 жыл бұрын
how can i get the user just to insert the address and automatically get the latitude and longitude?
@valerianicolerubioponce54723 жыл бұрын
Thanks a lot! you saved my life!
@cyrillamirand37454 жыл бұрын
Hi mate, thank you for this tutorial ! 👌
@peymanGhaderkurehpaz4 жыл бұрын
Thanks Andrew , great tutorial :)
@mishalsaba40083 жыл бұрын
Hi, I have followed your video step by step + got help from your repo code but couldn't get the map displayed. Can you help me figuring out the problem? Thank you
@aschmelyun3 жыл бұрын
Are there any errors kicked back? Anything displayed on the website or through the devtools console?
@gamertv12613 жыл бұрын
Hey Andrew, when I wrote this line of code "v-for="(r, index) in restaurants", I get this error " Property or method "restaurants" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property.". Could you please help me to solve it?
@aschmelyun3 жыл бұрын
Do you have a restaurants data attribute, or a restaurants computed property in the same component that you're using the v-for loop?
@gamertv12613 жыл бұрын
@@aschmelyun I've already found my mistake. Thanks for your answer)
@ionelcalinstan67493 жыл бұрын
Hi Andrew, I tried to do the project in Laravel 8 and it doesn't work. What should I change? thank you
@aschmelyun3 жыл бұрын
Hmm, that's strange. Is it giving any errors back? What part of the project or application isn't working for you?
@zhasan664 жыл бұрын
Very nice tutorial.
@beyonecloseddoors4 жыл бұрын
how can you add markers by address opposed to using lng and lats?
@aschmelyun4 жыл бұрын
You would have to convert that address to lat and lng coordinates by using a geocoding service. Google has one available: developers.google.com/maps/documentation/geocoding/overview
@FranciscoJunior294 жыл бұрын
Thanks for share, good job man.
@JamesMooreDev4 жыл бұрын
Hey @Andrew Schmelyun how do you go about accessing a .env from Laravel in your app.js file. I created a variable with the prefix mix and tried to put it in the load key: process.env.MIX_VARIABLE_NAME laracasts.com/discuss/channels/laravel/processenvmix-google-maps-key
@JamesMooreDev4 жыл бұрын
this for what ever reason wasn't working now it is, I must of had a typo. Great video !
@mithicherbaro93944 жыл бұрын
Thanks for sharing 👍
@studentoftezpuruniversitym564 Жыл бұрын
Can you please make। a good laravel project real-life implementation with scratch and also show Steps by step guide, and source code available 🌸 plz i am a beginner in laravel field so it's very helpful for me and in this project cover almost all features of laravel and use laravel 8 version
@cseale614 жыл бұрын
Enjoyed the actual Vue instruction. However, I find node.js so much easier and cleaner than Laravel for APIs. As a developer of 25 years, I need no help working with databases.