laravel-shopify icon indicating copy to clipboard operation
laravel-shopify copied to clipboard

A full-featured Laravel package for aiding in Shopify App development

Results 94 laravel-shopify issues
Sort by recently updated
recently updated
newest added

* Package Version: v17.1.1 * Laravel Version: v8.56 * PHP Version: v7.4.28 * Using a toolset (Vapor): ### Failure Logs ```php No authenticated user or shop domain { "exception": {...

Remove a 3-year old "coming soon" Remove the roadmap link as the wiki page is empty

Class name must be a valid object or a string at C:\Users\Admin\Desktop\ShopifyAPP\seventh_app\vendor\osiset\laravel-shopify\src\ShopifyAppProvider.php:294 290▕ */ 291▕ private function bootObservers(): void 292▕ { 293▕ $model = Util::getShopifyConfig('user_model'); ➜ 294▕ $model::observe($this->app->make(ShopObserver::class)); 295▕ }...

*For bug reporting only! If you're posting a feature request or discussion, please ignore.* ## Expected Behavior when am review our app from shopify that show this issue before submitting...

I just discovered that one on my apps has issue with token verification which makes redirect loop for x seconds for the first time app is opened. I'm talking about...

*For bug reporting only! If you're posting a feature request or discussion, please ignore.* ## Expected Behavior i am expecting it shouldn't show hmac code inside URL. ( [https://shopifycurrencyapp.cordcomtechnologies.com/?hmac=84dc3ac9950610a1ac5842554dd152e832de94a59f9c25bb84e3ee6d2eaf&host=FwcHN0b3JlZm9yYXBwLm15c2hvcGlmeS5jb20vYWRtaW4&shop=p.myshopify.com&timestamp=1659168387] Expecting...

Hello, Can anybody help me. i am get stuck on integrating **scripttag** in shopify app for vintage theme basically the aim is that my app use theme-app-extension functionality for 2.0...

I am trying to use fulfilmentRequest Resource but I am getting the error `The fulfillment order's assigned fulfillment service must be of api type` ### Steps to Reproduce ``` $fulfillment_array...