richerindex / testimonial
Magento 2 测试imonials 模块。
v1.0.3
2024-08-02 05:54 UTC
Requires
- php: ~8.1.0||~8.2.0
- magento/framework: 103.0.*
README
类型 1:Zip 文件
- 在
app/code/RicherIndex
中解压 zip 文件 - 通过运行
php bin/magento module:enable RicherIndex_Testimonial
启用模块 - 通过运行
php bin/magento setup:upgrade
应用数据库更新* - 通过运行
php bin/magento setup:di:compile
编译 - 通过运行
php bin/magento cache:flush
清理缓存 - 通过运行
php bin/magento testimonial:export:csv
导出 Testimonial CSV
配置
规格
RicherIndex-> Testimonial
Testimonials UI grid will display the list of all the Testimonial
属性
- 表 - richerindex_testimonial (以下属性)
- testimonial_id
- company_name
- name
- message
- post
- profile_pic
- status
- created_at
- updated_at
注意
由于我的笔记本电脑与 Magento2 开发不兼容,我遇到了一些挑战,因此我不得不在云服务器上完成所有任务。不幸的是,这意味着我无法执行 phpcodesniffer 测试和一些单元测试,因为存在诸如 "配置文件 allure/allure.config.php 不存在" 的问题。Magento 版本:"2.4.6-p3" Php 版本:8.1.26
需要改进的具有 Magor 问题的任务
- 表单页面缺少个人图片上传器。(由于时间限制无法完成)
截图
Images include inside module folder(Report)