Integrate PrestaShop Webservice with Laravel 5

匿名 (未验证) 提交于 2019-12-03 01:06:02

问题:

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.



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