Magento2 Plugin
squeezely/magento2-plugin
Integrates Squeezely with Magento 2. Enables tracking and personalization features provided by the Squeezely platform.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
Looking for Contributors
Dependency injection compilation fails. Your contribution could help the entire Magento community!
Share This Module's Status
README
Loaded from GitHubSqueezely Magento 2 Plugin
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
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.