sizebay/sizebay-tracker
最新稳定版本:1.0.0
Composer 安装命令:
composer require sizebay/sizebay-tracker
包简介
Sizebay Tracker module for Magento 2
关键字:
README 文档
README
Getting Started
To get started with the Sizebay Tracker, follow these steps:
-
Clone the repository:
git clone https://github.com/sizebay/magento-tracking-app.git cd magento-tracking-app
-
Ensure you have a Magento 2 framework installed: The Sizebay Tracker module is designed to work with Magento 2. Make sure you have a Magento 2 framework installed and running. If you don't have Magento 2 installed, follow the Magento Docker installation guide developed by Mark Shust for a faster setup.
Setup Environment
-
Upload the module: Copy the cloned repository to the modules directory of your Magento 2 following this steps:
mkdir /path-to-your-magento/app/code/Sizebay cd $_ mkdir ./SizebayTracker cd $_ cp -r /path-to-your-cloned-respository/magento-tracking-app/* ./
-
Install the module: Execute the following Magento commands on the console to install the module on development mode:
bin/magento setup:upgrade bin/magento cache:clean bin/magento cache:flush
-
Configure the module:
After installation, configure the module by providing the necessary information and settings in the module configuration page in the Magento 2 admin panel. For more details on how to do it access the Shopping Tracker Documentation for Magento.
Compile
Compile New Version of the Project
To compile a new version of the project, follow these steps:
-
Pull the latest changes:
git pull origin master
-
Update the module:
Execute the following Magento commands to ensure the module updates on the platform:
bin/magento setup:upgrade bin/magento cache:clean bin/magento cache:flush
Help
统计信息
- 总下载量: 838
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2024-06-13