File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 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
617Navigate 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 ")
Original file line number Diff line number Diff line change 11<?php
2+ declare (strict_types=1 );
23
34use Magento \Framework \Component \ComponentRegistrar ;
45
You can’t perform that action at this time.
0 commit comments