landofcoder/module-magento2-unicode-url

Magento 2 module for allowing categories and products UTF-8 URL keys

Maintainers

Package info

github.com/landofcoder/module-magento2-unicode-url

Type:magento2-module

pkg:composer/landofcoder/module-magento2-unicode-url

Statistics

Installs: 110

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

0.0.5 2021-09-14 14:34 UTC

This package is auto-updated.

Last update: 2026-03-01 00:57:17 UTC


README

Magento 2 module to save UTF-8 characheters allowing categories and products UTF-8 URL keys

  • Support Hebew language text in URL key
  • Support Non-Latin language text in URL key

Installation

Install this module within Magento 2 using composer:

composer require landofcoder/module-magento2-unicode-url

After this, enable the module as usual:

bin/magento module:enable Lof_UnicodeUrl
bin/magento setup:upgrade
bin/magento cache:clean