webshop-nl/magento2
最新稳定版本:1.0.2
Composer 安装命令:
composer require webshop-nl/magento2
包简介
Webshopnl extension for Magento 2
README 文档
README
The plugin makes it effortless to connect your Magento® 2 catalog with the Webshop.nl Marketplace.
Installation using Composer
Magento® 2 use the Composer to manage the module package and the library. Composer is a dependency manager for PHP. Composer declare the libraries your project depends on and it will manage (install/update) them for you.
Check if your server has composer installed by running the following command:
composer –v
If your server doesn’t have composer installed, you can easily install it by using this manual: https://getcomposer.org/doc/00-intro.md
Step-by-step to install the Magento® 2 extension through Composer:
- Connect to your server running Magento® 2 using SSH or other method (make sure you have access to the command line).
- Locate your Magento® 2 project root.
- Install the Magento® 2 extension through composer and wait till it's completed:
composer require webshop-nl/magento2
- Once completed run the Magento module enable command:
bin/magento module:enable WebshopNL_Connect
- After that run the Magento® upgrade and clean the caches:
php bin/magento setup:upgrade
php bin/magento cache:flush
- If Magento® is running in production mode you also need to redeploy the static content:
php bin/magento setup:static-content:deploy
- After the installation: Go to your Magento® admin portal and open ‘Stores’ > ‘Configuration’ > ‘WebshopNL.
Development by Magmodules
We are a Dutch Magento® Only Agency dedicated to the development of extensions for Magento & Shopware. All our extensions are coded by our own team and our support team is always there to help you out.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2023-01-31