# Shopware can't see plugins

**URL:** https://forum.shopware.com/t/shopware-cant-see-plugins/63885
**Category:** Plugins
**Created:** [9. Januar 2020 um 09:18 UTC](https://forum.shopware.com/t/shopware-cant-see-plugins/63885 "2020-01-09T09:18:23Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![payzoff](https://avatars.discourse-cdn.com/v4/letter/p/ed655f/32.png) [@payzoff](https://forum.shopware.com/u/payzoff)
#### Post date: [9. Januar 2020 um 09:18 UTC](https://forum.shopware.com/t/shopware-cant-see-plugins/63885/1 "2020-01-09T09:18:23Z")

</div>

Hi all,&nbsp;

I installed Shopware and now trying to install test plugin. When I attempted to upload&nbsp;SwagPluginSystem.zip oh this page "/admin#/sw/plugin/index/list?limit=25&page=1&sortBy=upgradedAt&sortDirection=desc&naturalSorting=false&nbsp;I got error message “No plugin found in ZIP file.”.&nbsp;Then I tried to extract zip to this folder ./custom/plugins/ , refreshed the page but no records showed up. Then I tried to install it via console but get this error

```
W:\MAMP\bin\php\php7.2.14>php.exe Z:\home\shopware\bin\console sw:plugin:install --activate SwagPluginSystem

  There are no commands defined in the "sw:plugin" namespace.

  Did you mean one of these?
      plugin
      swiftmailer
      swiftmailer:email
      swiftmailer:spool

```

Can you please help me to understand what I do wrong? Thanks in advance

---

<div class="post-metadata">

### Author: ![gwen](https://avatars.discourse-cdn.com/v4/letter/g/e36b37/32.png) [@gwen](https://forum.shopware.com/u/gwen)
#### Post date: [9. Januar 2020 um 13:27 UTC](https://forum.shopware.com/t/shopware-cant-see-plugins/63885/2 "2020-01-09T13:27:16Z")

</div>

Hi,

whats your content in your test-plugin thats called No plugin found in ZIP file?

greets

---

<div class="post-metadata">

### Author: ![payzoff](https://avatars.discourse-cdn.com/v4/letter/p/ed655f/32.png) [@payzoff](https://forum.shopware.com/u/payzoff)
#### Post date: [9. Januar 2020 um 18:34 UTC](https://forum.shopware.com/t/shopware-cant-see-plugins/63885/3 "2020-01-09T18:34:47Z")

</div>

Plugin downloaded from here&nbsp;[https://developers.shopware.com/exampleplugins/SwagSloganOfTheDay.zip](https://developers.shopware.com/exampleplugins/SwagSloganOfTheDay.zip)

---

<div class="post-metadata">

### Author: ![shyim](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/shyim/32/7681_2.png) [@shyim](https://forum.shopware.com/u/shyim)
#### Post date: [9. Januar 2020 um 20:09 UTC](https://forum.shopware.com/t/shopware-cant-see-plugins/63885/4 "2020-01-09T20:09:07Z")

</div>

It looks so you have installed Shopware 6. The documentation for Shopware 6 can be found here&nbsp;[https://docs.shopware.com/en/shopware-platform-dev-en](https://docs.shopware.com/en/shopware-platform-dev-en)

---

<div class="post-metadata">

### Author: ![KMSW5DEV](https://avatars.discourse-cdn.com/v4/letter/k/df788c/32.png) [@KMSW5DEV](https://forum.shopware.com/u/KMSW5DEV)
#### Post date: [28. Mai 2020 um 07:17 UTC](https://forum.shopware.com/t/shopware-cant-see-plugins/63885/5 "2020-05-28T07:17:19Z")

</div>

maybe you need to do something with „php bin/console sw:plugin:refresh“ or „php bin/console sw:cache:clear“ in the root of your shopware installation. had same issues before. you also should install your plugin from console, as you can see if there is any error in the plugin-scripts.
