thelia / web-profiler-module
WebProfiler module for Thelia
Installs: 4 858
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Language:Twig
Type:thelia-module
Requires
- thelia/installer: ~1.1
This package is auto-updated.
Last update: 2024-10-22 17:04:55 UTC
README
Add a short description here. You can also add a screenshot if needed.
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/
directory and be sure that the name of the module is WebProfiler. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require your-vendor/web-profiler-module:~1.0
Usage
Explain here how to use your module, how to configure it, etc.
Hook
If your module use one or more hook, fill this part. Explain which hooks are used.
Loop
If your module declare one or more loop, describe them here like this :
[loop name]
Input arguments
Output arguments
Exemple
Add a complete exemple of your loop
Other ?
If you have other think to put, feel free to complete your readme as you want.