cb/helloworld 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

cb/helloworld

最新稳定版本:1.6.0.0

Composer 安装命令:

composer require 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

chandanbhanopa@gmail.com

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2022-07-23