salesfire/magento2
最新稳定版本:1.5.9
Composer 安装命令:
composer require salesfire/magento2
包简介
Salesfire Magento2
README 文档
README
Salesfire is a service that provides a number of tools that help to increase sales using various on site methods.
Supported PHP versions: 7.1, 7.2, 7.3, 7.4, 8.0, 8.1.
FAQs
Q: Do you offer a free trial?
A: Yes, we offer a free 14 day trial.
Q: Is there any additional costs?
A: Yes, we provide the software which helps increase sales for a fee which is tailored to your business. This is to provide you with the best ROI as possible.
You can find out more information and even get a free trial at https://www.salesfire.co.uk/
How to install
Method 1: Install via composer
composer require salesfire/magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Method 2: Manually install via composer
-
Access to your server via SSH
-
Create a folder (Not Magento root directory) in called:
salesfire, then upload the zip package to salesfire folder. Download the zip package at https://github.com/salesfire/magento2/archive/master.zip -
Add the following snippet to
composer.json
{
"repositories": [
{
"type": "artifact",
"url": "path/to/root/directory/salesfire/"
}
]
}
- Run composer command line
composer require salesfire/magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
How to setup
After installing you will need to enter your Salesfire details by following the steps below:
- Navigate to the store configuration (Stores > Configuration)
- Navigate to the Salesfire settings (Salesfire > General)
- Populate the Site ID (This can be found within your Salesfire admin)
- Mark enabled as Yes
- Done
Testing
You can setup a test magento using the following script:
docker-compose up -d
docker exec -ti <magento web container> install-magento
docker exec -ti <magento web container> install-sampledata
Admin login details:
admin / magentorocks1
统计信息
- 总下载量: 38.42k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2018-02-07