ptraing / module-core
Core Modules by ptraing
Installs: 3
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~8.1.0||~8.2.0||~8.3.0
- magento/framework: 103.0.*
This package is auto-updated.
Last update: 2025-04-29 01:36:38 UTC
README
How to install
1. Install via composer & update
We recommend you to install Ptraing_Core module via composer. It is easy to install, update and maintaince.
Run the following command in Adobe Commerce root folder.
1.1 Install
composer require ptraing/module-core
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
1.2 Update
composer update ptraing/module-core
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Run compile if your store in Production mode:
php bin/magento setup:di:compile