squeezely / magento2-plugin
Squeezely Magento 2 integration package
Installs: 96 410
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 3
Open Issues: 2
Type:magento2-module
Requires
- php: >=7.2.0
- magento/framework: >=102.0
Requires (Dev)
- dev-master
- 2.11.5
- 2.11.4
- 2.11.2
- 2.11.1
- 2.11.0
- 2.10.1
- 2.10.0
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.7
- 2.8.5
- 2.8.4
- 2.8.3
- 2.8.2
- 2.8.1
- 2.8.0.x-dev
- 2.8.0
- 2.7.0.x-dev
- 2.7.0
- 2.6.2
- 2.6.0
- 2.5.1
- 2.5.0
- 2.4.6
- 2.4.5
- 2.4.4
- 2.4.3
- 2.4.2.x-dev
- 2.4.2
- 2.4.1.x-dev
- 2.4.1
- 2.4.0.x-dev
- 2.4.0
- 2.3.2
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- dev-release/2.12.0
- dev-development
This package is auto-updated.
Last update: 2025-04-25 11:10:55 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