Build Shopify public app in Laravel using Shopify CLI

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024

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

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

    Excellent work :)

  • @himanshu4803
    @himanshu4803 2 ปีที่แล้ว +1

    It would be really helpful if you make another video, explaining the example app present in shopify documentation created using nodejs. The authenication flow and billing flow is really hard to understand. Will be really grateful if you do it.

  • @Imstupid-ni3we
    @Imstupid-ni3we ปีที่แล้ว

    Thanks for creating it, really easy to follow along and understand. Can you make a series in which you build a Shopify app using Laravel and Polaris? Starting from setup to billing and publishing app.

  • @web_goat
    @web_goat หลายเดือนก่อน

    Hello is it possible to store laravel apps directly in my shopify?

    • @amitavroydev
      @amitavroydev  หลายเดือนก่อน

      Store app as in?
      Shopify doesn't allow you to host anything if that is what you are asking.
      You have to host your app somewhere

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

    I have developed the app and its working fine in development store, I am confused about making it live. Should i just upload my laravel on some hosting and set domain to point on web/app/public folder? can you guide me through it please.

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

      Yes, that's the way to go. The boilerplate has the OAuth based authentication. So, yeah once you have hosted the app, you can run it in private or publish your app on Shopify plugin store.

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

    hey man, I'm getting this error, can you help me?
    cURL error 60: SSL certificate problem: unable to get local issuer certificate

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

      Interesting, this is something that the cli tool automatically does. What are the steps that you have done?

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

    can you please explain how we can set ngrok?

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

      When you are using the boilerplate, everything is done automatically. And you should stick to that. Or else, you will have to change quite a few things every time.

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

    Is there steps to deploy as production?

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

      Not anything different other than the usual steps to push a Laravel app to prod.

  • @julienSibille
    @julienSibille 2 ปีที่แล้ว

    React is mandatory ? No support for Vuejs ?

    • @amitavroydev
      @amitavroydev  2 ปีที่แล้ว +2

      The starter kit comes with React because Shopify's admin UI library Polaris is built on top of React as well. But yes, no one is stopping you from changing it. Will need some work