chandanbhanopa/magento2-module-cb-helloworld
最新稳定版本:1.6.0.0
Composer 安装命令:
composer require chandanbhanopa/magento2-module-cb-helloworld
包简介
Hello world extension
README 文档
README
For Magento 2.3.x and 2.4.x
Just install it and learn how repository works in Magento.
What is Repository Desing Pattern in Magento2
In repository design pattern, the interfaces connected with database object to perfome CRUD operation. It hides the implementation of business logic.
Why we use Repository?
It is used to imporve the API managment so that third party developers can easily use it.
List of APIs
/V1/computers/save
{ "computers": { "company": "string", "hard_disk": "string" } }
/V1/computers/{id}/
/V1/computers/delete/{id}
/V1/computers/list
Features
- Create sample table with computer and harddisk fields.
- Create CRUD operation with form and validation in customer section
- Create ALL apis for third party developers
How to Install Magento Helloworld module
Using Composer (recommended)
composer require chandanbhanopa/magento2-module-cb-helloworld
Contribution
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2022-07-25