nei/api-extended-bundle
Composer 安装命令:
composer require nei/api-extended-bundle
包简介
Extend Akeneo API
README 文档
README
This bundle extend the core Akeneo API to add missing functionalities.
Features:
- Add support for Product Model Delete via API.
Installing the bundle
From your application root:
$ php composer.phar require --prefer-dist "nei/api-extended-bundle=dev-master"
Enable the bundle in the app/AppKernel.php file in the registerProjectBundles() method:
$bundles = [ // ... new Nei\Bundle\ApiExtendedBundle\NeiApiExtendedBundle(), ]
Include the routing on the top of your main routing.yml file:
nei_api_extended: resource: "@NeiApiExtenedBundle/Resources/config/routing.yml" prefix: /
Now let's clean your cache and dump your assets:
php bin/console cache:warmup --env=prod
php bin/console pim:installer:assets --env=prod
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: CC-BY-4.0
- 更新时间: 2020-02-23