https://github.com/genaker/helloworld
Simple module to test integrations and clear Magneto 2 performance
https://github.com/genaker/helloworld
Last synced: about 1 year ago
JSON representation
Simple module to test integrations and clear Magneto 2 performance
- Host: GitHub
- URL: https://github.com/genaker/helloworld
- Owner: Genaker
- License: gpl-3.0
- Created: 2021-08-03T00:16:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T01:22:42.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T00:31:23.687Z (about 1 year ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# Mage2 Module Genaker HelloWorld
``genaker/module-helloworld``
- [Main Functionalities](#markdown-header-main-functionalities)
- [Installation](#markdown-header-installation)
- [Configuration](#markdown-header-configuration)
- [Specifications](#markdown-header-specifications)
- [Attributes](#markdown-header-attributes)
## Main Functionalities
Simple module to test integrations and clear Magneto 2 performance
## Installation
\* = in production please use the `--keep-generated` option
### Type 1: Zip file
- Unzip the zip file in `app/code/Genaker`
- Enable the module by running `php bin/magento module:enable Genaker_HelloWorld`
- Apply database updates by running `php bin/magento setup:upgrade`\*
- Flush the cache by running `php bin/magento cache:flush`
### Type 2: Composer
- Make the module available in a composer repository for example:
- private repository `repo.magento.com`
- public repository `packagist.org`
- public github repository as vcs
- Add the composer repository to the configuration by running `composer config repositories.repo.magento.com composer https://repo.magento.com/`
- Install the module composer by running `composer require genaker/module-helloworld`
- enable the module by running `php bin/magento module:enable Genaker_HelloWorld`
- apply database updates by running `php bin/magento setup:upgrade`\*
- Flush the cache by running `php bin/magento cache:flush`
## Configuration
## Specifications
- Controller
- frontend > hello/world/index
## Attributes