3
Por que o Magento 2 força os URLs a terem mais de 3 caracteres
Se você tentar criar um módulo com um nome de frente como hello-worldno Magento 2, receberá um erro parecido com este . Invalid XML in file /Users/alanstorm/Sites/magento-2-with-keys/magento2/app/code/Pulsestorm/HelloPestle/etc/frontend/routes.xml: Element 'route', attribute 'id': [facet 'pattern'] The value 'hello-world' is not accepted by the pattern '[A-Za-z0-9_]{3,}'. Parece que o Magento não deseja nomes …