ptraing / module-core
Core Modules by ptraing
1.0.1
2024-07-01 20:44 UTC
Requires
- php: ~8.1.0||~8.2.0||~8.3.0
- magento/framework: 103.0.*
This package is auto-updated.
Last update: 2026-03-29 01:22:06 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