mi-lopez/orocommerce-pokemon-bundle

使用 oro 集成包和 Pokemon API(https://pokeapi.co/)作为 oro tech 7 的示例代码

v1.1 2023-07-26 22:27 UTC

This package is auto-updated.

Last update: 2024-09-27 01:06:34 UTC


README

Version Total Downloads

Oro Commerce Pokemon Bundle

使用 oro 集成包和 Pokemon API(https://pokeapi.co/)作为 oro tech 7 的示例代码

特性

  • 具有名称、代码、图片和类型的 Pokemon 实体的 CRUD 操作
  • 通过 Oro Integrations 获取 Pokemon 列表
  • 使用 Oro Integration Transport 获取图片和类型的命令

需求

安装

  1. 使用 Composer 安装插件
composer require mi-lopez/orocommerce-pokemon-bundle
  1. 运行迁移
bin/console oro:migration:load --force
  1. 清除缓存
bin/console cache:clear
  1. 安装和构建资源
bin/console oro:assets:install --symlink