byhbt / shopify-app

Sample Shopify App using Laravel Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

Build Shopify app using Laravel.

Tutorials:

Tools:

  • https://ngrok.com For setting up a tunnel from local to Shopify for receiving webhooks notifications.

Remaining issues:

  1. Replace Guzzle by Httpplug.
  2. Check User provider table.
  3. Make Pricing package.
  4. Use Graphql.
  5. Remove all duplicated http calls.

.env

SHOPIFY_KEY=
SHOPIFY_SECRET=
SHOPIFY_REDIRECT=
SHOPIFY_WEBHOOK_URL=https://[id-from-ngrok].ngrok.io

SHOPIFY_WEBHOOK_URL should be in https.

About

Sample Shopify App using Laravel Framework

License:Apache License 2.0


Languages

Language:PHP 97.6%Language:HTML 2.1%Language:Dockerfile 0.2%Language:Vue 0.1%