radweb/core

Radweb Core for Radweb Modules

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 1

Type:magento2-module

1.0.0 2018-01-09 15:19 UTC

This package is auto-updated.

Last update: 2024-04-20 10:36:24 UTC


README

Core module for Radweb modules.

Install

Composer

  1. cd to root folder

  2. Enter following commands to install module:

    composer require radweb/core
  3. Wait while dependencies are updated.

  4. Enter following commands to enable module:

    php bin/magento module:enable Radweb_Core --clear-static-content
    php bin/magento setup:upgrade 
    php bin/magento setup:di:compile
    php bin/magento cache:flush
    php bin/magento indexer:reindex

Release Notes

1.0.0

  • Initial