From b0747888d931c154be1763338a2664b08378c0de Mon Sep 17 00:00:00 2001 From: cdmsn Date: Mon, 7 Aug 2023 15:55:23 +0200 Subject: [PATCH] Update README.md - added refresh command for plugin installation You need to refresh the list of plugins, that Shopware knows yet --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 149e0a5b5..8d41b0804 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The plugin can easily be integrated via Composer: ``` composer require payone-gmbh/shopware-6 +php bin/console plugin:refresh php bin/console plugin:install PayonePayment php bin/console plugin:activate PayonePayment php bin/console cache:clear