wm21w / magento2.regurl
Wm21w Regurl
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.6.0|~7.0
- magento/magento-composer-installer: *
This package is not auto-updated.
Last update: 2025-03-30 07:46:20 UTC
README
#instalacja
composer require wm21w/magento2.regurl
php bin/magento setup:upgrade
#sposób użycia
Wygeneruj adresy URL dla produktów w widoku sklepu ID = 1
php bin/magento wm21w:regenurl --store 1
Wygeneruj adresy URL dla wybranych produktów ID (1, 2, 3, 4) dla widoku sklepu ID 1
php bin/magento wm21w:regenurl --store 1 1 2 3 4