mi-lopez / orocommerce-pokemon-bundle
Code used as an example for oro tech 7 using the oro integration package and the pokemon API https://pokeapi.co/
v1.1
2023-07-26 22:27 UTC
Requires
- php: ~8.2.0
- oro/commerce: 5.1.*
README
Oro Commerce Pokemon Bundle
Code used as an example for oro tech 7 using the oro integration package and the pokemon API https://pokeapi.co/
Features
- CRUD of a Pokemon entity with name, code, image and type
- Fetch list of pokemons through Oro Integrations
- Command to get the images and types using an Oro Integration Transport
Requirements
Installation
- Install the Plugin using Composer:
composer require mi-lopez/orocommerce-pokemon-bundle
- Run the Migrations
bin/console oro:migration:load --force
- Clear Cache
bin/console cache:clear
- Install & Build the Assets
bin/console oro:assets:install --symlink