Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byhbt/shopify-app
Sample Shopify App using Laravel Framework
https://github.com/byhbt/shopify-app
laravel shopify shopify-app
Last synced: about 6 hours ago
JSON representation
Sample Shopify App using Laravel Framework
- Host: GitHub
- URL: https://github.com/byhbt/shopify-app
- Owner: byhbt
- License: apache-2.0
- Created: 2019-08-31T09:03:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:35:42.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T17:37:23.709Z (over 1 year ago)
- Topics: laravel, shopify, shopify-app
- Language: PHP
- Size: 873 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intro
Build Shopify app using Laravel.### Tutorials:
- [https://codemason.io/blog/ultimate-guide-building-shopify-app-with-laravel](https://codemason.io/blog/ultimate-guide-building-shopify-app-with-laravel)### Tools:
- [https://ngrok.com](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.