You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
According to Magento Devdocs each module should be named with a module prefix in the composer.json
Currently, each module is just named after the module name.
So, when I want to add Vendor_TestModule, it will be named vendor/test-module.
Describe the solution you'd like (*)
The correct name of the module should be: vendor/module-test-module
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.