Laravel-ShopifyAPI
Laravel-ShopifyAPI copied to clipboard
How to determine url store?
How can I tell which store the request came from? that is, not to make it as rigid as in the example: Class myShopify extends Controller { protected $shop = "example.myshopify.com"; <------------------------------------
thanks for any help!