rangerz / magento2-module-template
Magento 2 module template for composer packages in a github repository.
Fund package maintenance!
rangerz
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.3
- magento/framework: >=103
This package is auto-updated.
Last update: 2024-10-29 05:41:26 UTC
README
Magento 2 module template for composer packages in a github repository.
Prepare composer.json
composer.json
examplegit tag 1.0.0
with same as"version": "1.0.0"
incomposer.josn
- Push tag
git push origin 1.0.0
Packagist Setting
- Create account
- Connect with Github account
- Submit package
- URL example:
https://github.com/rangerz/magento2-module-template
- URL example:
Badge Setting
Installation
composer require rangerz/magento2-module-template
bin/magento module:enable Rangerz_Template
bin/magento setup:upgrade