Skip to content

Commit 43d6d79

Browse files
committed
Add proper instructions
1 parent d5cc7b9 commit 43d6d79

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,18 @@
22

33
**Manage EAV attributes from the Magento Admin Panel**
44

5+
## Installation
6+
Install this package via composer (assuming you have setup the `composer.yireo.com` repository correctly already):
7+
```bash
8+
composer require yireo/magento2-eav-attribute-manager
9+
```
10+
11+
Next, enable this module:
12+
```bash
13+
bin/magento module:enable Yireo_EavAttributeManager
14+
```
15+
516
## Usage
617
Navigate to **Stores > Attributes > EAV Attribute Manager** to use this module.
18+
19+
![Screenshot of grid overview](doc/images/screenshot-grid.png?raw=true "Screenshow of grid overview")

doc/images/screenshot-grid.png

69.5 KB
Loading

registration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
declare(strict_types=1);
23

34
use Magento\Framework\Component\ComponentRegistrar;
45

0 commit comments

Comments
 (0)