studioraz / magento2-unicode-url
Magento 2 module for allowing categories and products UTF-8 URL keys
Installs: 21 953
Dependents: 0
Suggesters: 0
Security: 0
Stars: 24
Watchers: 6
Forks: 11
Open Issues: 2
Type:magento2-module
This package is auto-updated.
Last update: 2024-11-07 00:27:54 UTC
README
Magento 2 module to save UTF-8 characheters allowing categories and products UTF-8 URL keys
Installation
Install this module within Magento 2 using composer:
composer require studioraz/magento2-unicode-url
After this, enable the module as usual:
bin/magento module:enable SR_UnicodeUrl
bin/magento setup:upgrade
bin/magento cache:clean