CakePHP 3 to Progressive Web App Back-End
问题 I have a web application that is set up in CakePHP 3 WAMP environment. I would like to set it up as a Progressive Web App. So have the existing Model/ Controller act as an API that is exposed to a PWA framework like Angular, (P)React, Vue.js. Where can I find a clear guide/ tutorial on what steps to take to turn my existing application into a functioning backend API? Any tips from someone who has done this? 回答1: Here we go! Read: REST RequestHandlerComponent Routing 来源: https://stackoverflow