3
Magento 2가 URL을 3 자 이상으로 강제하는 이유
hello-worldMagento 2에서 와 같이 앞면 이름으로 모듈을 만들려고하면 다음과 같은 오류가 발생합니다 . 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,}'. 마 젠토는 숫자, 문자 또는 밑줄 이외의 다른 URL 프론트 이름을 원하지 않는 것 같습니다. 또한 …