Download the PHP package chandu/module-m2concepts without Composer
On this page you can find all versions of the php package chandu/module-m2concepts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package module-m2concepts
M2Concepts
This module is created to show implementations in magento 2
Here are List of Concepts Implemented So far
- How to write a CLI command, for ex: php ./bin/magento greeting.
- How to use events & observer.
- How to add a basic UiComponent in Front End.
For better understand, Please go through the code and try to Test the concepts yourself in frontend and backend. Please Learn through examine the code and testing it.
Compability: Magento 2.x
How to Install Using Composer
- Go to your Magento Installtion Direction
-
Run the below composer command
-
Run command in your M2 root directory
-
Then run these command
-
Clear cache and Start Testing
Reference Used on this Module
- Magento Documentation
- Magento Devdocs
- Exising Magento source code
- Some Blogs
-
Some other articles for frontend work
Resources Used to build this module
- PHPStorm
- Docker (LAMP Stack)
- Git Bash
- Packagist
-
Git Hub
Note: This module is only tested manually on Magento 2.3.4. Eventually this module get updated with some more magento 2 concepts.
Thanks you