Code used as an example for oro tech 7 using the oro integration package and the pokemon API https://pokeapi.co/
- 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
Version | |
---|---|
PHP | 8.2 |
OroCommerce | 5.1.* |
- 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