Download the PHP package genaker/helloworld without Composer
On this page you can find all versions of the php package genaker/helloworld. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download genaker/helloworld
More information about genaker/helloworld
Files in genaker/helloworld
Download genaker/helloworld
More information about genaker/helloworld
Files in genaker/helloworld
Vendor genaker
Package helloworld
Short Description Simple module to test integrations and clear Magneto 2 performance
License GPL-3.0
Package helloworld
Short Description Simple module to test integrations and clear Magneto 2 performance
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package helloworld
Mage2 Module Genaker HelloWorld
``genaker/module-helloworld``
- Main Functionalities
- Installation
- Configuration
- Specifications
- 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
- private repository
- 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
All versions of helloworld with dependencies
PHP Build Version
Package Version
No informations.
The package genaker/helloworld contains the following files
Loading the files please wait ...