cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 - Install extension using composer error - Plugin class doesn't exist

Magento 2 - Install extension using composer error - Plugin class doesn't exist

After install extension using composer, extension installed successfully but not visible on back-end how to solve this issue.

Screenshot :

  1. extension : https://marketplace.magento.com/searchanise-search-autocomplete.html

  2. Install cmd : composer require searchanise/search-autocomplete:1.0.10

  3. module installed : https://snipboard.io/xOQR3i.jpg

  4. Run proper commands

  5. Not visible on back-end https://snipboard.io/tRUph5.jpg

How to solve the issue.

Log Error : [2020-08-22 06:49:36] main.ERROR: Plugin class Searchanise\SearchAutocomplete\Plugins\Toolbar doesn't exist [] []

1 REPLY 1

Re: Magento 2 - Install extension using composer error - Plugin class doesn't exist

@Aveeva Have you checked in code if this class exist which is showing in the logs.
If it exist in the code then try to clear the generated and cache folder using the below commands.

 

rm -rf generated/* var/cache/*

After this logout from admin and then again logged in and now you will be able to find your configuration.
Let me know if you are facing any issue in this.

 

Thanks