Make developer experience for Theme and Module developers great again!
This module enables the display of every hook available in PrestaShop. Activate hook display in performance page.
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 in performance page :
Open a CLI at the root of your shop and type the following instructions (Composer software needs to be installed).
cd modules/developer_tools
composer install
cd ../..
php bin/console pr:mo install developer_tools