Build Shopify public app in Laravel using Shopify CLI

Поділитися
Вставка
  • Опубліковано 30 вер 2024

КОМЕНТАРІ • 18

  • @web_goat
    @web_goat 2 місяці тому

    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

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

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

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

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

  • @pawanunique500
    @pawanunique500 Рік тому

    Excellent work :)

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