rukhsar/faq
Composer 安装命令:
composer require rukhsar/faq
包简介
A frequently asked questions module for Magento 2.
README 文档
README
Installation
Using Composer
- Include the repository:
composer require rukhsar/faq - Enable the extension:
php bin/magento --clear-static-content module:enable Rukhsar_Faq - Upgrade db scheme:
php bin/magento setup:upgrade - Clear cache:
php bin/magento cache:clean && bin/magento cache:flush
Manually (not recommended)
- Download Faq Extension
- Unzip the magento2-faq-master.zip file
- Create folders {Magento 2 root}/app/code/Rukhsar/Faq
- Copy all folders and files to Faq folder
Step 2 - Enable/Install via command line
- php bin/magento module:enable Rukhsar_Faq
- php bin/magento setup:upgrade
- php bin/magento cache:flush
- php bin/magento cache:clean
Usage
This module will provide a frontend route faq which can be used to load faq page.
Feedback
If you have any inquiry please contact with me via email.
- Email: rukhsar.man@gmail.com
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-10