moreperform / restbundle
Pimcore CMS Bundle
v1.5.0
2019-08-30 10:52 UTC
Requires
- php: >=7.1
- moreperform/configurationbundle: v1.1.0
- pimcore/core-version: >=5.6.2
Requires (Dev)
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2024-09-09 17:07:24 UTC
README
安装
- cd /pimcoreroot
- composer require moreperform/restbundle
- 登录管理后台,点击工具 -> 扩展
- 点击启用和安装
- 重新加载后台
- 在系统设置中激活API访问
- 在用户设置中激活API并生成令牌
缓存失效
要使缓存失效,在 parameters.yml 中定义以下参数:moperestapiurl: http://shopware.dev/api(Shopware API URL)moperestapiuser: demo(Shopware API 用户)moperestapitoken: VAFJGTqqFkwzFu7zwZqv9gs4gotT01gggc0JnDT9(Shopware API 令牌)