To install Shopware Blog Extension by Magefan, please use one of these installation methods.

Installation Method 1 - Installing via Composer (recommended)

  1. Open command line
  2. Using command "cd" navigate to your Shopware root directory
  3. 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

  1. Download Blog Extension ZIP-Archive from magefan.com website (not GitHub or other sources).
  2. Extract files.
  3. Copy the custom folder from the archive to your Shopware root folder web.
    Install Shopware Blog
  4. In a command line, using "cd", navigate to your Shopware root directory
  5. Run CLI commands:
bin/console plugin:refresh
bin/console plugin:install --activate MagefanBlog
bin/console cache:clear