vaimo-pim / vaimomarketingserverassetsbundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (0.0.3) of this package.
Use Marketingserver as a DAM.
Package info
github.com/vaimo-pim/VaimoMarketingserverAssetsBundle
Type:symfony-bundle
pkg:composer/vaimo-pim/vaimomarketingserverassetsbundle
0.0.3
2018-10-04 08:07 UTC
Requires
- akeneo/pim-community-dev: ^2.0
This package is auto-updated.
Last update: 2020-02-04 11:15:27 UTC
README
Allow you to use Marketingserver as a DAM for Akeneo PIM.
Requirements
- Composer
Installation
Run the following command to require the library:
$ php ../composer.phar require vaimo-pim/vaimomarketingserverassetsbundle
Enable the bundle in the app/AppKernel.php file in the registerBundles() method:
$bundles = [ // ... new \Vaimo\Bundle\MarketingServerAssetsBundle\MarketingServerAssetsBundle(), ]
Enable the route in the 'app/routing.yml' file
ms_assets: resource: "@MarketingServerAssetsBundle/Resources/config/routing/routing.yml"
Support
If you find a bug or want to submit an improvement, don't hesitate to raise an issue on Github.