git-user-kriss/scandiweb-test

N/A

1.0.3 2022-09-12 15:33 UTC

This package is auto-updated.

Last update: 2024-05-12 19:03:16 UTC


README

Scandiweb_Test

``git-user-kriss/scandiweb-test``

Main Functionalities

Create simple product trough setup patch

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/Scandiweb
  • Enable the module by running php bin/magento module:enable Scandiweb_Test
  • Apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Make the module available in a composer repository for example:
    • private repository repo.magento.com
    • public repository packagist.org
    • public github repository as vcs
  • Add the composer repository to the configuration by running composer config repositories.repo.magento.com composer https://repo.magento.com/
  • Install the module composer by running composer require git-user-kriss/scandiweb-test
  • enable the module by running php bin/magento module:enable Macron_Customvalidation
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush