https://github.com/devbigboy/magento-training
Magento Workshop to pass the Magento Certified Professional Developer
https://github.com/devbigboy/magento-training
dependency-injection magento-extension magento2 observer php plugins
Last synced: 10 months ago
JSON representation
Magento Workshop to pass the Magento Certified Professional Developer
- Host: GitHub
- URL: https://github.com/devbigboy/magento-training
- Owner: DevBigBoy
- License: osl-3.0
- Created: 2025-07-11T08:51:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-01T18:32:47.000Z (10 months ago)
- Last Synced: 2025-08-01T20:42:31.997Z (10 months ago)
- Topics: dependency-injection, magento-extension, magento2, observer, php, plugins
- Language: PHP
- Homepage:
- Size: 31.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING.txt
- Security: SECURITY.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. File and Console and Mailer loggers
- **Name:** `File and Console and Mailer loggers`
- **Description:**how to create loggers in Magento 2 - File and Console and Mailer loggers.
- **Link:** [Logger](app/code/Training/LoggerExample/README.md)
---