dev-master
9999999-dev https://github.com/sturple/shopify-retailersShopify Retailers (Embed)
MIT
The Requires
by Shawn Turple
oauth symfony shopify embed retailer geolocator
Wallogit.com
2017 © Pedro Peláez
Shopify Retailers (Embed)
Install With Composer, (*1)
{
"require": {
"sturple/shopify-retailers": "dev-master"
}
}
and then execute, (*2)
$ composer update
Add to app/AppKernel.php file, (*3)
class AppKernel extends Kernel { public function registerBundles() { $bundles = [ ... new Fgms\RetailersBundle\FgmsRetailersBundle(); ] } }
The following configuration options may/must be set in config.yml:, (*4)
fgms_retailers:
api_key: # API key for Shopify
secret: # Secret for Shopify
scope: # Scope for Shopify permissions.
The bundle specifies the following routes which must be known to configure as a Shopify App:, (*5)
/install
/auth
/
Shopify Retailers (Embed)
MIT
oauth symfony shopify embed retailer geolocator