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-11-09 17:40:33 UTC
README
Installation
- cd /pimcoreroot
- composer require moreperform/restbundle
- login into admin and klick on Tools -> Extensions
- klick on enable and install
- reload backend
- activate api access in symtem settings
- activate api in user settings and generate token
Cache Invalidation
To invalidate cache define following parameters in parameters.yml moperestapiurl: http://shopware.dev/api (shopware api url) moperestapiuser: demo (shopware api user) moperestapitoken: VAFJGTqqFkwzFu7zwZqv9gs4gotT01gggc0JnDT9 (shopware api token)