laravel-shopify
Build Shopify apps in Laravel with auth, billing, and webhooks
All Skills in This Repository (5)
Pure Emerald Level Indicatorsshopify-app-billing
Integrate Shopify billing into Laravel apps with subscriptions and route protection.
shopify-app-webhooks
Configure and verify Shopify webhooks in Laravel with HMAC middleware.
shopify-app-integration-testing
Mock Shopify HTTP requests and verify routes and middleware in Laravel tests.
shopify-app-authentication
Implement OAuth authentication and route middleware for Laravel Shopify apps.
shopify-app-offline-access-tokens
Automate Shopify offline access token refresh and database schema updates.
Frequently Asked Questions
FAQPage SchemaHow to install laravel-shopify?â–¼
Run `npx skills add Kyon147/laravel-shopify --all -g -y` in your terminal to install all skills in this suite globally.
How to add Shopify OAuth to a Laravel app?â–¼
Publish the package config, set your Shopify API key, secret, and scopes in the environment, then protect your routes with the verify.shopify middleware. The package handles the full OAuth redirect and session token flow for you.
How to charge merchants in a Laravel Shopify app?â–¼
Enable billing in the published config and apply the billable middleware to routes that require an active plan. The package manages recurring and one-time charges, plan URLs, and the Shopify approval redirect loop.
How to handle Shopify webhooks in Laravel?â–¼
Declare webhook topics and URLs in the published config and route incoming payloads through the auth.webhook middleware for HMAC verification. Payloads are dispatched as queue jobs, and you can map topics to your own custom job classes.
Does laravel-shopify support expiring offline tokens?â–¼
Yes. Enable the expiring offline tokens flag, run the package migrations, and it automatically refreshes access tokens and can migrate legacy shops via built-in Artisan commands.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core