Make developer experience for Theme and Module developers great again!
This module enables - once installed and enabled - the display of every hook available in PrestaShop.
It works both on Back and Front office. As you can assume this is really useful for every Theme and Module developer, to figure out exactly where and what do we have to override or extend.
This feature can be disabled in the Performance page of the Back Office (in Advanced Parameters).
This module also enable complete developer tools for the modern grids, see captures.
This feature is only available in the Back Office.
This module is available for PrestaShop 1.7.5+.
Also, the Legacy Profiler is working as expected (ie like in PrestaShop 1.6) once enabled:
Open a CLI at the root of your shop and type the following instructions (Composer software needs to be installed).
Also, the file composer.json
needs to be present at the root of the shop: don't hesitate to complain here if it doesn't.
composer require "friends-of-prestashop/developer_tools" && php bin/console pr:mo install developer_tools