landofcoder/module-magento2-unicode-url

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

Installs: 101

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 1

Open Issues: 1

Type:magento2-module

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

0.0.5 2021-09-14 14:34 UTC

This package is auto-updated.

Last update: 2025-09-29 02:58:15 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