sturple / shopify-embed-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Shopify Embed Bundle Base
Package info
github.com/sturple/shopify-embed-bundle
Type:symfony-bundle
pkg:composer/sturple/shopify-embed-bundle
dev-master
2017-02-03 02:47 UTC
This package is not auto-updated.
Last update: 2021-05-29 08:57:15 UTC
README
Installation
** Install With Composer **
{
"require": {
"sturpe/fgms-shopifyembedbundle": "dev-master"
}
}
and then execute
$ composer update
Configuration
Add to app/AppKernal.php file
class AppKernel extends Kernel { public function registerBundles() { $bundles = [ ... new Fgms\ShopifyEmbed\FgmsShopifyEmbedBundle(); ] } }