variuxinc/module-base

This is Variux base module, that fix some Magento issues. And extends default Magento features.

1.0.0 2023-03-30 02:44 UTC

This package is not auto-updated.

Last update: 2024-05-30 11:32:29 UTC


README

variux/module-base

Main Functionalities

This is Variux base module, that fix some Magento issues. And extends default Magento features.

Installation

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

Type 1: Zip file

  • Unzip the zip file in app/code/Variux
  • Enable the module by running php bin/magento module:enable Variux_Base
  • 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 variux/module-base
  • enable the module by running php bin/magento module:enable Variux_Base
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Configuration

  • Enable (general/fetching_news/enable)

Specifications

  • Crongroup

    • variux
  • Cronjob

    • variux_base_fetchingnews
  • Helper

    • Variux\Base\Helper\CoreHelper
  • Helper

    • Variux\Base\Helper\UrlHelper

Attributes