landofcoder / module-magento2-unicode-url
Magento 2 module for allowing categories and products UTF-8 URL keys
Installs: 87
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 1
Type:magento2-module
Requires
This package is auto-updated.
Last update: 2024-10-30 01:42:54 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