Download the PHP package customgento/module-youtube-no-cookie-m2 without Composer
On this page you can find all versions of the php package customgento/module-youtube-no-cookie-m2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download customgento/module-youtube-no-cookie-m2
More information about customgento/module-youtube-no-cookie-m2
Files in customgento/module-youtube-no-cookie-m2
Package module-youtube-no-cookie-m2
Short Description YouTube NoCookie for Magento 2 makes sure that all YouTube product videos are always inserted via the cookie-free domain youtube-nocookie.com.
License OSL-3.0
Informations about the package module-youtube-no-cookie-m2
YouTube NoCookie for Magento 2
YouTube NoCookie for Magento 2 makes sure that all YouTube product videos are always inserted via the cookie-free domain youtube-nocookie.com. It tries to detect all possible YouTube URLs for that and adapt the URL accordingly to always be compliant with the current EU rules.
Compatibility
- Magento >= 2.3
Installation Instructions
The installation procedure highly depends on your setup. In any case, you should use a version control system like git and test the installation on a development system.
Composer Installation
composer require customgento/module-youtube-no-cookie-m2
bin/magento module:enable CustomGento_YouTubeNoCookie
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
Manual Installation
- unzip the downloaded files
- create the directory
app/code/CustomGento/YouTubeNoCookie/
:mkdir -p app/code/CustomGento/YouTubeNoCookie/
- copy the unzipped files to the newly created directory
app/code/CustomGento/YouTubeNoCookie/
bin/magento module:enable CustomGento_YouTubeNoCookie
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
Uninstallation
The uninstallation procedure depends on your setup:
Uninstallation After Composer Installation
bin/magento module:uninstall CustomGento_YouTubeNoCookie
bin/magento setup:di:compile
bin/magento cache:flush
Uninstallation After Manual Installation
bin/magento module:disable CustomGento_YouTubeNoCookie
bin/magento setup:di:compile
bin/magento cache:flush
rm -r app/code/CustomGento/YouTubeNoCookie
Support
If you have any issues with this extension, feel free to open an issue on GitHub.
Licence
Copyright
(c) 2020 - present CustomGento GmbH
All versions of module-youtube-no-cookie-m2 with dependencies
magento/module-catalog Version ~103.0||~104.0
magento/module-product-video Version ~100.0
php Version ~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0