Technical requirements
You will need the following tools to create your first hello world module:
- Any PHP editor to code your module
- An (S)FTP client to browse your module files and folders (note that this is only necessary if you are working on a remote server, not a local server)
- A web browser in order to install and test your module
- A working PrestaShop installation (v1.7.x or above)
You can find the code used in this chapter here: https://github.com/PacktPublishing/Practical-Module-Development-for-Prestashop-8/tree/main/Chapter%207