yusufpangal/module-example

An example module for Magento 2 beginners

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.1 2022-09-10 21:15 UTC

This package is auto-updated.

Last update: 2025-05-24 00:08:37 UTC


README

An example helloworld module for Magento 2 beginners

This module is created as an example to teach magento 2 beginners how to write a custom module.

1- Manual installation:

Create a new directory called MageSheet under the app/code folder in your application's home directory.

Copy the files you downloaded from GitHub to the app/code/MageSheet directory you just created.

Run the following command in Magento 2 root folder.

php bin/magento module:enable MageSheet_Example --clear-static-content
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f

2- Install via composer

Run the following command in Magento 2 root folder.

composer require yusufpangal/module-example
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f

Run compile if your store in Product mode:

php bin/magento setup:di:compile

Bu modül en son 2023 yılında güncellenmiştir.