suprematik/magento

SUPREMATIK Platform v0.0.1

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:magento2-module

0.0.9 2023-12-13 20:58 UTC

This package is auto-updated.

Last update: 2024-09-13 23:01:06 UTC


README

How To Install the Extension With Composer

Before install of any extension make sure you:

Back up your server. Set pre-install file permissions. Enable developer mode. Put Magento in maintenance mode.

After that launch from the main magento folder

composer require suprematik/magento

php bin/magento setup:upgrade

php bin/magento setup:di:compile

php bin/magento cache:clean

php bin/magento cache:flush

How To Install an Extension via .zip file

  1. Upload the Magento 2 extension files to your server and extract the .zip extension file.

  2. Copy the Magento extension files into the app/code folder. The folder with README.md file should be located like that %magentofolder%/app/code/SUPREMATIK

  3. RUN commands

php bin/magento setup:upgrade

php bin/magento setup:di:compile

php bin/magento setup:static-content:deploy -f

  1. Clear Magento cache and disable maintenance mode.

php bin/magento cache:flush

If you need enable/disable module you should use

Enable the module by running php bin/magento module:disable SUPREMATIK or php bin/magento module:enable SUPREMATIK

If you use magento in docker, don't forget to restart container

**How to use

To update script version please use command

composer update suprematik/platform