-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Magento 2 sample module #951
Comments
Check out - https://github.com/coldgreentea/m2extension a few of our developers threw this together to show how you'd update the config, composer files and use the installer tool to get a new module to be detected & installed by the system. I believe you need to edit the app/etc/config.php , the composer.json file and run the installer tool to get the new module to be detected. |
You can give this a try: https://github.com/tzyganu/Magento2SampleModule. It's something I put up last week. You also have an explanation on how to install. https://github.com/tzyganu/Magento2SampleModule#install |
@nmohanswe I tried the sample module that @tzyganu provided -- it works. Here are 2 ways to make it appear in your system: For a fresh install:
For an existing Magento instance:
Observe the 'Sample_News' at the end of list |
MAGETWO-63502: A lot of catalog related entities shown in admin product grid column
- Merge Pull Request magento/graphql-ce#951 from strell/graphql-ce:2.3-develop-878 - Merged commits: 1. 746038e 2. 225c9f7
Hi
I have created the new module under app/code with the following structure. But I can't see the module name in backend under 'Advanced' tab.
app/code/Dckap/Welcome/etc/module.xml
Thanks
Mohan N
The text was updated successfully, but these errors were encountered: