alexeyyermakov / contact-us
N/A
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.1.0|~7.2.0
- magento/module-contact: *
This package is auto-updated.
Last update: 2025-06-28 23:34:53 UTC
README
Install module:
composer require alexeyyermakov/contact-us
or add to composer.json
"require": {
...,
"alexeyyermakov/contact-us": "^1.0"
},
and use composer install or update
When the module will be installed, run this commands to enable module:
php bin/magento module:enable AlexeyYermakov_ContactUs
php bin/magento setup:upgrade