squeezely / magento2-plugin
This package is abandoned and no longer maintained.
No replacement package was suggested.
Squeezely Magento 2 integration package
Package info
github.com/squeezely/magento2-plugin
Type:magento2-module
pkg:composer/squeezely/magento2-plugin
2.11.5
2024-07-25 09:27 UTC
Requires
- php: >=7.2.0
- magento/framework: >=102.0
Requires (Dev)
This package is auto-updated.
Last update: 2026-04-25 13:07:17 UTC
README
This is the Squeezely Magento 2 plugin.
For a Squeezely subscription, go to https://www.squeezely.tech
GitHub: https://github.com/squeezely/magento2-plugin
CONTACTS
- Email: support@squeezely.tech
INSTALLATION
COMPOSER INSTALLATION
- run composer command:
$> composer require squeezely/magento2-plugin
ENABLE EXTENSION
- enable extension (use Magento 2 command line interface):
$> php bin/magento module:enable Squeezely_Plugin
- to make sure that the enabled module is properly registered, run 'setup:upgrade':
$> php bin/magento setup:upgrade
- [if needed] re-compile code and re-deploy static view files:
$> php bin/magento setup:di:compile$> php bin/magento setup:static-content:deploy