toinhoitacity/tmdb
Composer 安装命令:
composer require toinhoitacity/tmdb
包简介
The Movie DB for Magento 2.x
README 文档
README
How to install The Movie DB module for Magento 2
1. Install via composer (recommend)
We recommend you to install Toinhoitacity_Tmdb module via composer. Run the following command in Magento 2 root folder.
1.1 Install
composer require toinhoitacity/tmdb
php bin/magento setup:upgrade
1.2 Upgrade
composer update toinhoitacity/tmdb
php bin/magento setup:upgrade
If you are using the Magento platform in the deploy mode default execute this command:
php bin/magento setup:di:compile
2. Copy and paste
If you don't want to install via composer, you can use this way.
- Download the latest version here
- Extract
master.zipfile toapp/code/Toinhoitacity/Tmdb; You should create a folder pathapp/code/Toinhoitacity/Tmdbif not exist. - A
tmdb-masterdirectory will be created. Move all files from thetmdb-masterdirectory to the newly created module directory (app/code/Toinhoitacity/Tmdb):
cp -rap tmdb-master/* .
- Remove the directory created during the extraction process:
rm -rf tmdb-master
- Go to Magento root folder and run upgrade command line to install
Toinhoitacity_Tmdb:
php bin/magento setup:upgrade
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2019-06-15