Integrate PrestaShop Webservice with Laravel 5

烂漫一生 提交于 2019-12-13 18:08:21

问题


I'm trying to integrate the Prestashop 1.6 WebService into my Laravel 5.3 project to retrieve data. Has anybody ever done this or know of any link which could help me?

EDIT: My idea is, inside my Laravel app, whenever I click a specified like, it retrieves that data from my PrestaShop backoffice. For example, if I click on the Customers links inside my Laravel App, it shows the all the Customer information from currently in my PrestaShop back-office.


回答1:


I managed to find a solution. This link: https://packagist.org/packages/protechstudio/laravel-prestashop-webservice provides a package/wrapper for most of the things that are in the documentation to integrate the webservice inside of a Laravel app.
Although to be honest, the documentation on either website is not very clarifying and I had to discover a lot of stuff by myself.



来源:https://stackoverflow.com/questions/39518297/integrate-prestashop-webservice-with-laravel-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!