squeezely/magento2-plugin

Squeezely Magento 2 integration package

Installs: 56 927

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 3

Open Issues: 1

Type:magento2-module

2.11.2 2024-01-30 08:57 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