toinhoitacity / tmdb
There is no license information available for the latest version (1.0.0) of this package.
The Movie DB for Magento 2.x
1.0.0
2019-06-15 20:27 UTC
Requires
- php: ~7.1.3||~7.2.0
- magento/magento-composer-installer: *
This package is auto-updated.
Last update: 2026-03-18 08:52:01 UTC
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