To install Shopware Blog Extension by Magefan, please use one of these installation methods.
Installation Method 1 - Installing via Composer (recommended)
- Open command line
- Using command "cd" navigate to your Shopware root directory
- Run CLI commands:
composer require magefan/shopware-plugin-blog
bin/console plugin:refresh
bin/console plugin:install --activate MagefanBlog
bin/console cache:c
Installation Method 2 - Installing using an archive and FTP
- Download Blog 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:
bin/console plugin:refresh
bin/console plugin:install --activateMagefanBlog
bin/console cache:clear