Populating Google Maps with Vue and Laravel

  Рет қаралды 23,901

Andrew Schmelyun

Andrew Schmelyun

Күн бұрын

Пікірлер
@aschmelyun
@aschmelyun 4 жыл бұрын
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
@AliHaidar-zw1jx Жыл бұрын
Thank you sir and which extension are you using for better directory look
@khanalpride
@khanalpride 4 жыл бұрын
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.
@goldenbeast951
@goldenbeast951 4 жыл бұрын
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.
@MarcelloPato
@MarcelloPato 4 жыл бұрын
You are a JEDI MASTER! Thanks a lot for your videos! Please, do some more with Laravel.
@imranlashari6578
@imranlashari6578 3 жыл бұрын
I got the error: "Google Maps JavaScript API error: RefererNotAllowedMapError Your site URL to be authorized: localhost:8000/addresses/create " at 10:50 @Andrew
@imranlashari6578
@imranlashari6578 3 жыл бұрын
Can anyone help?
@richardracine9055
@richardracine9055 2 жыл бұрын
Awesome tutorial. Thank you.
@junaidshaikh1177
@junaidshaikh1177 4 жыл бұрын
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?
@aschmelyun
@aschmelyun 4 жыл бұрын
Yes! A video for both of those topics is in the works and coming within the next month.
@Alidnet1
@Alidnet1 4 жыл бұрын
Hi Andrew, thank for this video. Could you show me how to create a computed property for bounding box and zoom level
@Bigfaceee
@Bigfaceee 3 жыл бұрын
Is this a common practice i was trying to do this with pure laravel but was so lost
@charlespitagan8241
@charlespitagan8241 4 жыл бұрын
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?
@aschmelyun
@aschmelyun 4 жыл бұрын
Great suggestion!
@charlespitagan8241
@charlespitagan8241 4 жыл бұрын
Thank you, keep it up bro.
@valerigutierrez3871
@valerigutierrez3871 8 ай бұрын
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.
@cultureofnepal2024
@cultureofnepal2024 4 жыл бұрын
Hi Andrew, when will the ci/cd video be lunch.
@alfonsopiopretorino1968
@alfonsopiopretorino1968 3 жыл бұрын
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
@mangasprai
@mangasprai 4 жыл бұрын
how can i get the user just to insert the address and automatically get the latitude and longitude?
@valerianicolerubioponce5472
@valerianicolerubioponce5472 3 жыл бұрын
Thanks a lot! you saved my life!
@cyrillamirand3745
@cyrillamirand3745 4 жыл бұрын
Hi mate, thank you for this tutorial ! 👌
@peymanGhaderkurehpaz
@peymanGhaderkurehpaz 4 жыл бұрын
Thanks Andrew , great tutorial :)
@mishalsaba4008
@mishalsaba4008 3 жыл бұрын
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
@aschmelyun
@aschmelyun 3 жыл бұрын
Are there any errors kicked back? Anything displayed on the website or through the devtools console?
@gamertv1261
@gamertv1261 3 жыл бұрын
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?
@aschmelyun
@aschmelyun 3 жыл бұрын
Do you have a restaurants data attribute, or a restaurants computed property in the same component that you're using the v-for loop?
@gamertv1261
@gamertv1261 3 жыл бұрын
@@aschmelyun I've already found my mistake. Thanks for your answer)
@ionelcalinstan6749
@ionelcalinstan6749 3 жыл бұрын
Hi Andrew, I tried to do the project in Laravel 8 and it doesn't work. What should I change? thank you
@aschmelyun
@aschmelyun 3 жыл бұрын
Hmm, that's strange. Is it giving any errors back? What part of the project or application isn't working for you?
@zhasan66
@zhasan66 4 жыл бұрын
Very nice tutorial.
@beyonecloseddoors
@beyonecloseddoors 4 жыл бұрын
how can you add markers by address opposed to using lng and lats?
@aschmelyun
@aschmelyun 4 жыл бұрын
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
@FranciscoJunior29
@FranciscoJunior29 4 жыл бұрын
Thanks for share, good job man.
@JamesMooreDev
@JamesMooreDev 4 жыл бұрын
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
@JamesMooreDev
@JamesMooreDev 4 жыл бұрын
this for what ever reason wasn't working now it is, I must of had a typo. Great video !
@mithicherbaro9394
@mithicherbaro9394 4 жыл бұрын
Thanks for sharing 👍
@studentoftezpuruniversitym564
@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
@cseale61
@cseale61 4 жыл бұрын
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.
@КоролеваЗамков
@КоролеваЗамков 2 жыл бұрын
👍
Build a shopping cart with Laravel Cashier and Vue
55:07
Andrew Schmelyun
Рет қаралды 48 М.
Adding Geolocation and Google Maps to a Vue Application
16:11
Andrew Schmelyun
Рет қаралды 50 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
You don't need a frontend framework
15:45
Andrew Schmelyun
Рет қаралды 135 М.
Importing Spreadsheets into Google My Maps
8:58
Wicky Design
Рет қаралды 23 М.
Google Maps API with Laravel
17:08
Andre Madarang
Рет қаралды 116 М.
Google’s Quantum Chip: Did We Just Tap Into Parallel Universes?
9:34
Let's Build with Laravel: A Linktree Clone
58:50
Andrew Schmelyun
Рет қаралды 25 М.
How to Do 90% of What Plugins Do (With Just Vim)
1:14:03
thoughtbot
Рет қаралды 910 М.
Vue Location , GPS & Maps (Leaflet)
16:24
benixal
Рет қаралды 8 М.
REST API Crash Course - Introduction + Full Python API Tutorial
51:57
Google Maps and Geolocation app using Vue 3 Composition API
8:22
Justin Brooks
Рет қаралды 32 М.