Magento 2 Setup Custom Module Download Using Composer

composermagento2module

GitHub Link -> https://github.com/mahesh-code-work/Module-Learn/

I create one small basic module and try to install using composer.

How to set up the whole setting and what is the right way to do this?

Please explain the steps to achieve?

Update

Added Module to packagist.org

https://packagist.org/packages/customdol/productlist

enter image description here

Best Answer

You can use https://packagist.org/ to allow your module to install by composer. It is pretty easy you can read more using this link https://packagist.org/about

If it will help us then you can up vote and accept this as useful.

Related Topic