[Update] readme
This commit is contained in:
parent
775684ab54
commit
30b75dc5d1
14
README.md
14
README.md
@ -1,8 +1,8 @@
|
|||||||
[](README.md)
|
[](README.md)
|
||||||
|
|
||||||
#  Modulname für OXID eShop
|
#  Herstellerinformationen für OXID eShop
|
||||||
|
|
||||||
Hier Kurzbeschreibung einfügen
|
Fügt die Möglichkeit zur Langtextbeschreibung den Hersteller hinzu
|
||||||
|
|
||||||
## Inhaltsverzeichnis
|
## Inhaltsverzeichnis
|
||||||
|
|
||||||
@ -17,13 +17,13 @@ Dieses Paket erfordert einen mit Composer installierten OXID eShop in einer in d
|
|||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
composer require d3/modulename:^2.0
|
composer require d3/manufacturerinformation:"~1.0"
|
||||||
|
|
||||||
./vendor/bin/oe-eshop-db_migrate migrations:migrate modulemetadataid
|
./vendor/bin/oe-eshop-db_migrate migrations:migrate d3manufacturerinformation
|
||||||
|
|
||||||
./vendor/bin/oe-console o:m:i source/modules/d3/modulemetadataid
|
./vendor/bin/oe-console o:m:i source/modules/d3/manufacturerinformation
|
||||||
./vendor/bin/oe-console o:m:deact modulemetadataid
|
./vendor/bin/oe-console o:m:deact d3manufacturerinformation
|
||||||
./vendor/bin/oe-console o:m:act modulemetadataid
|
./vendor/bin/oe-console o:m:act d3manufacturerinformation
|
||||||
```
|
```
|
||||||
|
|
||||||
Sofern nötig, bestätigen Sie bitte, dass Sie `package-name` erlauben, Code auszuführen.
|
Sofern nötig, bestätigen Sie bitte, dass Sie `package-name` erlauben, Code auszuführen.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user