定制 fortvision/platform 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

fortvision/platform

最新稳定版本:v1.1.28

Composer 安装命令:

composer require fortvision/platform

包简介

Fortvision Platform Extension. v1.0.2

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 fortvision/platform

php bin/magento setup:upgrade

php bin/magento setup:di:compile

php bin/magento cache:clean

php bin/magento cache:flush

OR ONE LINER

composer require fortvision/platform && 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

  1. Upload the Magento 2 extension files to your server and extract the .zip extension file.

  2. Copy the Magento extension files into the app/code folder. The folder with README.md file should be located like that %magentofolder%/app/code/Fortvision/Platform/

  3. RUN commands

php bin/magento setup:upgrade

php bin/magento setup:di:compile

php bin/magento setup:static-content:deploy -f

  1. 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 Fortvision_Platform or php bin/magento module:enable Fortvision_Platform

If you use magento in docker, don't forget to restart container

**How to use After installation you should sync orders and products with Fortvision

./bin/magento fortvision:export

To update script version please use command

composer update fortvision/platform

统计信息

  • 总下载量: 13
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2023-11-09