sturple / shopify-retailers
Shopify Retailers (Embed)
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- sturple/common: ~0.0
This package is not auto-updated.
Last update: 2021-05-29 10:13:59 UTC
README
Installation
Install With Composer
{ "require": { "sturple/shopify-retailers": "dev-master" } }
and then execute
$ composer update
Configuration
Add to app/AppKernel.php
file
class AppKernel extends Kernel { public function registerBundles() { $bundles = [ ... new Fgms\RetailersBundle\FgmsRetailersBundle(); ] } }
The following configuration options may/must be set in config.yml
:
fgms_retailers: api_key: # API key for Shopify secret: # Secret for Shopify scope: # Scope for Shopify permissions.
Shopify App Configuration
The bundle specifies the following routes which must be known to configure as a Shopify App:
- Install:
/install
- OAuth:
/auth
- Home:
/