Articles about PrestaShop 9 for developers
-
Adapting to PrestaShop 9: Guzzle is gone, what's next?
PrestaShop 9 no longer includes Guzzle by default. Here's how to adapt your module.
PrestaShop 9 is a major release, meaning it introduces breaking changes, including the removal of certain dependencies. One of the most impactful changes for module developers is the removal of Guzzle, a popular HTTP client that many modules relied on.
Continue reading -
Meet the new API Platform-based API in PrestaShop 9
Read how to use the new API in PrestaShop 9
A new feature in PrestaShop 9 provides the community a new, secure, modern, and extensible API based on the API Platform. In this article I will show you how to start using it.
Continue reading