DivanteLtd / coreshop-vsbridge

CoreShop Vue Storefront integration - first Progressive Web App (PWA) framework for Pimcore
https://vuestorefront.io
MIT License
74 stars 25 forks source link

WIP Preparing application for Pimcore 6.0.x and VueStorefront 1.9.x #26

Closed kkarkus closed 5 years ago

symos commented 5 years ago

Thanks @kkarkus for making these updates!

There is still (at least) one change that I think needs to be made for the bridge to work with Pimcore 6.0.x. More specifically, the @Route and @Method annotations in Controllers seems to follow the old Sensio pattern and are not recognized properly by the new Symfony.

The routes are created but the methods are not correct ("ANY" instead of "POST" or "GET" etc.) so for example making a GET request to /vsbridge/user/me goes to editUser() instead of userProfile().