Populating Google Maps with Vue and Laravel

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

Andrew Schmelyun

Andrew Schmelyun

Күн бұрын

Пікірлер: 39
@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
@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.
@valerigutierrez3871
@valerigutierrez3871 5 ай бұрын
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.
@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
@Bigfaceee
@Bigfaceee 3 жыл бұрын
Is this a common practice i was trying to do this with pure laravel but was so lost
@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?
@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.
@JamesMoore-zg9ue
@JamesMoore-zg9ue 3 жыл бұрын
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
@JamesMoore-zg9ue
@JamesMoore-zg9ue 3 жыл бұрын
this for what ever reason wasn't working now it is, I must of had a typo. Great video !
@goldenbeast951
@goldenbeast951 3 жыл бұрын
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.
@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
@cseale61
@cseale61 3 жыл бұрын
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.
@mangasprai
@mangasprai 4 жыл бұрын
how can i get the user just to insert the address and automatically get the latitude and longitude?
@MarcelloPato
@MarcelloPato 4 жыл бұрын
You are a JEDI MASTER! Thanks a lot for your videos! Please, do some more with Laravel.
@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.
@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
@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?
@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?
@КоролеваЗамков
@КоролеваЗамков 2 жыл бұрын
👍
@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)
@richardracine9055
@richardracine9055 Жыл бұрын
Awesome tutorial. Thank you.
@cultureofnepal2024
@cultureofnepal2024 4 жыл бұрын
Hi Andrew, when will the ci/cd video be lunch.
@valerianicolerubioponce5472
@valerianicolerubioponce5472 3 жыл бұрын
Thanks a lot! you saved my life!
@peymanGhaderkurehpaz
@peymanGhaderkurehpaz 4 жыл бұрын
Thanks Andrew , great 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
@cyrillamirand3745
@cyrillamirand3745 4 жыл бұрын
Hi mate, thank you for this tutorial ! 👌
@FranciscoJunior29
@FranciscoJunior29 4 жыл бұрын
Thanks for share, good job man.
@zhasan66
@zhasan66 4 жыл бұрын
Very nice tutorial.
@mithicherbaro9394
@mithicherbaro9394 4 жыл бұрын
Thanks for sharing 👍
You don't need a frontend framework
15:45
Andrew Schmelyun
Рет қаралды 127 М.
I built an app using a single index.php file, here's how it went
32:42
Andrew Schmelyun
Рет қаралды 62 М.
Ozoda - Lada ( Official Music Video 2024 )
06:07
Ozoda
Рет қаралды 17 МЛН
Новый уровень твоей сосиски
00:33
Кушать Хочу
Рет қаралды 5 МЛН
Офицер, я всё объясню
01:00
История одного вокалиста
Рет қаралды 4,9 МЛН
Google Maps and Geolocation app using Vue 3 Composition API
8:22
Justin Brooks
Рет қаралды 32 М.
5 tips for supercharged Laravel Eloquent queries
16:29
Andrew Schmelyun
Рет қаралды 68 М.
Build a shopping cart with Laravel Cashier and Vue
55:07
Andrew Schmelyun
Рет қаралды 47 М.
Google Maps API with Laravel
17:08
Andre Madarang
Рет қаралды 115 М.
Let's Build with Laravel: A Linktree Clone
58:50
Andrew Schmelyun
Рет қаралды 25 М.
Create a local Laravel dev environment with Docker
14:48
Andrew Schmelyun
Рет қаралды 198 М.
BEWARE these Laravel attributes | Real World Laravel
19:10
Sam Lewis
Рет қаралды 4,3 М.
Adding Geolocation and Google Maps to a Vue Application
16:11
Andrew Schmelyun
Рет қаралды 49 М.
Laravel 8 REST API With Sanctum Authentication
54:13
Traversy Media
Рет қаралды 547 М.
Ozoda - Lada ( Official Music Video 2024 )
06:07
Ozoda
Рет қаралды 17 МЛН