Skip to content

SEO - Friendly URLs - Installation

Installation of the extension should be performed by a professional developer / Agency.

System requirements

  • Magento Open Source or Adobe Commerce 2.4.6 or higher
  • PHP 8.2 or newer

Installation - without ElasticSuite extension

SEO Pretty Filters extension can be installed through your qoliber packagist.com license key.

  1. Run the command

    composer require qoliber/seo-pretty-filters
    

  2. Run the setup:upgrade command

    php bin/magento setup:upgrade
    

Installation - with ElasticSuite extension

  1. Run the command

    composer require qoliber/seo-pretty-filters \
                     qoliber/seo-pretty-filters-elasticsuite
    
    or
    composer qoliber/seo-pretty-filters-elasticsuite
    
    if you've proceeded with the first section already.

  2. Run the setup:upgrade command

    php bin/magento setup:upgrade