suprematik/magento
最新稳定版本:0.0.9
Composer 安装命令:
composer require suprematik/magento
包简介
SUPREMATIK Platform v0.0.1
README 文档
README
How To Install the Extension With Composer
Before install of any extension make sure you:
Back up your server. Set pre-install file permissions. Enable developer mode. Put Magento in maintenance mode.
After that launch from the main magento folder
composer require suprematik/magento
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
php bin/magento cache:flush
How To Install an Extension via .zip file
Upload the Magento 2 extension files to your server and extract the .zip extension file.
Copy the Magento extension files into the app/code folder. The folder with README.md file should be located like that %magentofolder%/app/code/SUPREMATIK
RUN commands
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
- Clear Magento cache and disable maintenance mode.
php bin/magento cache:flush
If you need enable/disable module you should use
Enable the module by running php bin/magento module:disable SUPREMATIK
or php bin/magento module:enable SUPREMATIK
If you use magento in docker, don't forget to restart container
**How to use
To update script version please use command
composer update suprematik/platform
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2023-12-12