friends-of-prestashop / developer_tools
The ultimate module for PrestaShop 1.7 developers
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 33
Watchers: 11
Forks: 11
Type:prestashop-module
Requires
- php: ^7.1
This package is not auto-updated.
Last update: 2024-11-05 13:39:00 UTC
README
Make developer experience for Theme and Module developers great again!
Features
Hooks Display
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.
Grid dev tools
This feature can be disabled in the Performance page of the Back Office (in Advanced Parameters).
Employee impersonation
This module also enable complete developer tools for the modern grids, see captures.
This feature is only available in the Back Office.
PrestaShop version
This module is available for PrestaShop 1.7.5+.
Some captures
Back Office
Front Office
Also, the Legacy Profiler is working as expected (ie like in PrestaShop 1.6) once enabled in performance page :
Installation
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