Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-lopez committed Jul 26, 2023
1 parent dd46936 commit 775e9f4
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[![Version](http://poser.pugx.org/mi-lopez/orocommerce-pokemon-bundle/v)](https://packagist.org/packages/mi-lopez/orocommerce-pokemon-bundle)
[![Total Downloads](http://poser.pugx.org/mi-lopez/orocommerce-pokemon-bundle/downloads)](https://packagist.org/packages/mi-lopez/orocommerce-pokemon-bundle)

# 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

| | Version |
| :--- |:--------|
| PHP | 8.2 |
| OroCommerce | 5.1.* |

## Installation

1. Install the Plugin using Composer:
```shell
composer require mi-lopez/orocommerce-pokemon-bundle
```
2. Run the Migrations
```shell
bin/console oro:migration:load --force
```
3. Clear Cache
```shell
bin/console cache:clear
```
4. Install & Build the Assets
```shell
bin/console oro:assets:install --symlink
```

0 comments on commit 775e9f4

Please sign in to comment.