dev-master
9999999-dev https://github.com/sturple/shopify-formsShopify Forms Bundle (Embed)
MIT
The Requires
by Shawn Turple
by Robert Leahy
oauth symfony forms shopify embed
Shopify Forms Bundle (Embed)
Install With Composer, (*1)
{ "require": { "sturple/fgms-shopify-forms": "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\EmailInquiriesBundle\FgmsEmailInquiriesBundle(); ] } }
The following configuration options may/must be set in config.yml
:, (*4)
fgms_email_inquiries: api_key: # API key for Shopify secret: # Secret for Shopify
The bundle specifies the following routes which must be known to configure as a Shopify App:, (*5)
/install
/auth
/
To setup a Shopify proxy for form submission point the proxy at /submit
. The unique code for the form to submit to should be appended to the Shopify proxy link., (*6)
Shopify Forms Bundle (Embed)
MIT
oauth symfony forms shopify embed