Populating Google Maps with Vue and Laravel

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ต.ค. 2024

ความคิดเห็น • 39

  • @aschmelyun
    @aschmelyun  4 ปีที่แล้ว +10

    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 ปีที่แล้ว +1

    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.

  • @MarcelloPato
    @MarcelloPato 4 ปีที่แล้ว

    You are a JEDI MASTER!
    Thanks a lot for your videos!
    Please, do some more with Laravel.

  • @richardracine9055
    @richardracine9055 ปีที่แล้ว

    Awesome tutorial. Thank you.

  • @junaidshaikh1177
    @junaidshaikh1177 4 ปีที่แล้ว +5

    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 ปีที่แล้ว +2

      Yes! A video for both of those topics is in the works and coming within the next month.

  • @peymanGhaderkurehpaz
    @peymanGhaderkurehpaz 4 ปีที่แล้ว

    Thanks Andrew , great tutorial :)

  • @valerianicolerubioponce5472
    @valerianicolerubioponce5472 3 ปีที่แล้ว

    Thanks a lot! you saved my life!

  • @zhasan66
    @zhasan66 4 ปีที่แล้ว

    Very nice tutorial.

  • @cyrillamirand3745
    @cyrillamirand3745 4 ปีที่แล้ว

    Hi mate, thank you for this tutorial ! 👌

  • @FranciscoJunior29
    @FranciscoJunior29 4 ปีที่แล้ว

    Thanks for share, good job man.

  • @mithicherbaro9394
    @mithicherbaro9394 4 ปีที่แล้ว

    Thanks for sharing 👍

  • @charlespitagan8241
    @charlespitagan8241 4 ปีที่แล้ว +1

    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?

  • @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 ปีที่แล้ว +1

    Is this a common practice i was trying to do this with pure laravel but was so lost

  • @cultureofnepal2024
    @cultureofnepal2024 4 ปีที่แล้ว

    Hi Andrew, when will the ci/cd video be lunch.

  • @КоролеваЗамков
    @КоролеваЗамков 2 ปีที่แล้ว

    👍

  • @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.

  • @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

  • @mangasprai
    @mangasprai 4 ปีที่แล้ว

    how can i get the user just to insert the address and automatically get the latitude and longitude?

  • @imranlashari6578
    @imranlashari6578 3 ปีที่แล้ว +1

    I got the error:
    "Google Maps JavaScript API error: RefererNotAllowedMapError
    Your site URL to be authorized: localhost:8000/addresses/create "
    at 10:50 @Andrew

  • @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 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.

  • @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 ปีที่แล้ว +1

      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?

  • @beyonecloseddoors
    @beyonecloseddoors 4 ปีที่แล้ว

    how can you add markers by address opposed to using lng and lats?

    • @aschmelyun
      @aschmelyun  4 ปีที่แล้ว +1

      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

  • @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 ปีที่แล้ว +1

      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)

  • @JamesMoore-zg9ue
    @JamesMoore-zg9ue 3 ปีที่แล้ว +1

    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 !