/magento2-module-clivewalkden-removetrailingslashes

Remove the Magento 2 trailing slashes added to url's

Primary LanguagePHPOpen Software License 3.0OSL-3.0

:package_name Magento 2 Plugin

License Total Downloads Latest Stable Version

:package_description

This repo can be used to scaffold a Magento 2 Plugin. Follow these steps to get started:

  1. Press the green "Use this template" button at the top of this page
  2. Run "php ./configure.php" to configure the plugin and replace placeholders in the skeleton
  3. Build your module!

Installation

Using Composer:

  1. Install using composer composer require :vendor_slug/:package_slug
  2. Log into the admin and enable the plugin and add the widget id
  3. Clear your Magento cache and you're done

Todo

  • Documentation
  • Unit Tests