ecom-auditors / inertia-shopify-app
Turn your Laravel Inertia project into an embedded Shopify App.
Package info
github.com/Ecom-Auditors/inertia-shopify-app
pkg:composer/ecom-auditors/inertia-shopify-app
1.0.52
2023-11-08 03:40 UTC
Requires
- php: ^8.1
- firebase/php-jwt: ^6.8
- illuminate/support: ^10.0
- inertiajs/inertia-laravel: ^0.6
- phpclassic/php-shopify: ^1.2
This package is auto-updated.
Last update: 2026-06-08 09:29:39 UTC
README
Installation
composer require ecom-auditors/inertia-shopify-app
php artisan vendor:publish --provider="EcomAuditors\InertiaShopifyApp\ShopifyAppServiceProvider"
In App\Http\Kernel.php, replace \App\Http\Middleware\StartSession::class with \EcomAuditors\InertiaShopifyApp\Http\Middleware\StartSession::class