Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/venturaproject/ps_demomanufhooksusage
demo module to add a new field in Manufacturers
https://github.com/venturaproject/ps_demomanufhooksusage
Last synced: about 2 months ago
JSON representation
demo module to add a new field in Manufacturers
- Host: GitHub
- URL: https://github.com/venturaproject/ps_demomanufhooksusage
- Owner: venturaproject
- Created: 2020-02-09T13:12:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T08:01:53.000Z (almost 5 years ago)
- Last Synced: 2024-05-12T08:27:28.071Z (8 months ago)
- Language: PHP
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ps_demomanufhooksusage
demo module to add a new field in ManufacturersOnce added the module in the /modules directory, run
```sh
composer dump-autoload
```In order to see the new field included add the hook in the template
```sh
{hook h='displayManufUsageValue'}
```