To install Shopware WebP Extension by Magefan, please use one of these installation methods.
Installation Method 1 - Installing via Composer (Recommended/Easier)
Please navigate to your Magefan Account > My Downloads > Install via Composer to get the composer installation instructions.
Installation Method 2 - Installing using an archive and FTP
- Download WebP Extension ZIP-Archive from magefan.com website (not GitHub or other sources).
- Extract files.
- Copy the custom folder from the archive to your Shopware root folder web.
- In a command line, using "cd", navigate to your Shopware root directory
- Run CLI commands:
composer require rosell-dk/webp-convert
bin/console plugin:refresh
bin/console plugin:install --activate MagefanWebP
bin/console cache:clear