https://github.com/devbigboy/magento2-training
magento-training
https://github.com/devbigboy/magento2-training
magento2
Last synced: 11 months ago
JSON representation
magento-training
- Host: GitHub
- URL: https://github.com/devbigboy/magento2-training
- Owner: DevBigBoy
- Created: 2025-04-01T15:42:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T18:36:58.000Z (about 1 year ago)
- Last Synced: 2025-04-02T19:36:24.135Z (about 1 year ago)
- Topics: magento2
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Training Magento2 Project
This repository contains custom Magento 2 modules developed for Training App.
## Modules
Below is a list of modules included in this project:s
### 1. Popup Module
- **Name:** `Popup Module`
- **Description:** Provides base functionality and shared services for other modules.
- **Link:** [Popup](app/code/MageMastery/Popup/README.md)
---
### 2. Magento Checkout UI Components Beginners Crash Course
- **Name:** `Checkout`
- **Description:** Magento Checkout UI Components Beginners Crash Course.
- **Link:** [Popup](app/code/Adam/Checkout/README.md)
---
Each module is contained in the `modules/` directory and includes its own `README.md` with further technical and setup details.
## Requirements
- Magento 2.x
- PHP 7.4 or higher (depending on project requirement)
## Installation
Follow the setup instructions in each module's README for installation steps and configuration.