symfony-bundle shopify-embed-bundle
Shopify Embed Bundle Base
sturple/shopify-embed-bundle
Shopify Embed Bundle Base
- Friday, February 3, 2017
- by sturple
- Repository
- 1 Watchers
- 0 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Shopify Embed Bundle
Installation
** Install With Composer **, (*1)
{
"require": {
"sturpe/fgms-shopifyembedbundle": "dev-master"
}
}
and then execute, (*2)
$ composer update
Configuration
Add to app/AppKernal.php
file, (*3)
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = [
...
new Fgms\ShopifyEmbed\FgmsShopifyEmbedBundle();
]
}
}