After install extension using composer, extension installed successfully but not visible on back-end how to solve this issue.
Screenshot :
extension : https://marketplace.magento.com/searchanise-search-autocomplete.html
Install cmd : composer require searchanise/search-autocomplete:1.0.10
module installed : https://snipboard.io/xOQR3i.jpg
Run proper commands
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 [] []
@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