bogkov / magento2-module-contact
Extended functional for default Magento 2 Contact module
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0.0|~7.1.0
- magento/module-contact: 100.0.*|100.1.*
This package is not auto-updated.
Last update: 2024-11-21 08:51:12 UTC
README
Extended functional for default Magento 2 Contact module.
Install
Composer
This package can be installed as a Composer dependency bogkov/magento2-module-contact.
composer require bogkov/magento2-module-contact
Enable Module
php bin/magento module:enable Bogkov_Contact
php bin/magento setup:upgrade
php bin/magento setup:di:compile
You may need to Flush Magento Cache after installation.
Roadmap
1.0
- Core structure
- Setup InstallSchema and Uninstall
- ACL
- Routes
- Admin menu
1.1
- Model: resource model, grid collection
- Controller: admin index action index
- View: admin layout for admin controller index action index
- View: admin UI component contact grid
- View: contact grid actions
1.2
- I18n: Core
- Controller: admin index action view
- View: admin layout for admin controller index action view
- Controller: override default Magento contact action post
- View: contact grid action delete
1.3
- Controller: admin index action delete
- View: admin grid manual change status
- Controller: admin manual change status
- Controller: admin index action response
- Admin response email template and sent