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

2.11.5 2024-07-25 09:27 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

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