Magento 2 Flat Category URLs DocumentationFlat Category URLs

« Back to Magento 2 - Flat Category URLs

Table of Contents
  1. Installation
  2. CLI Commands
Need Help?

info@fishpig.com

 
  • Installation

    You can install the module for Magento 2 using Composer or you can manually install it using FTP.

    • Run the following commands in your Magento 2 root directory to install the module using Composer.

      # Add the FishPig Composer repo
      composer config repositories.fishpig composer https://repo.fishpig.co.uk/
      
      # Install the module using Composer
      composer require fishpig/magento2-flatcategoryurl:^1.2
      
      # Enable the module in Magento 2
      php bin/magento module:enable FishPig_FlatCategoryURL
      
      # Run the Magento upgrade system
      php bin/magento setup:upgrade
    • You can download the latest version of the module from the Downloads page.

      Extract the ZIP file and upload the files to your Magento site at the directory below:

      app/code/FishPig/FlatCategoryURL

      When creating the folders, ensure you use the correct capitalisation.

      To complete the installation, run the following commands in a terminal.

      # Enable the module in Magento 2
      php bin/magento module:enable FishPig_FlatCategoryURL
      
      # Run the Magento upgrade system
      php bin/magento setup:upgrade

    ↑ Back to Top

  • CLI Commands

    The Flat Category URL module comes with a CLI command that can be run using SSH and the terminal. This command generates the new URLs based on the module's configuration. You should run this command after installing the module and/or changing any of the module's configuration options.

    php bin/magento fishpig:flatcategoryurl:reindex

    ↑ Back to Top

Here's what's hot at the minute...

Check out all of our Magento 2 extensions.