manugentoo/partnerportal

Manugentoo Partner Portal Module

1.0.3 2022-03-07 14:58 UTC

This package is auto-updated.

Last update: 2024-04-08 04:54:21 UTC


README

Magento 2 Manugentoo PartnerPortal Module Extension homepage: https://github.com/manugentoo/magento2-partnerportal

CONTACTS

DONATIONS / SUPPORT ME ON

INSTALLATION

COMPOSER INSTALLATION

  • run composer command:

$> composer require manugentoo/partnerportal

MANUAL INSTALLATION

  • extract files from an archive

  • deploy files into Magento2 folder app/code/Manugentoo/PartnerPortal

ENABLE EXTENSION

  • enable extension (use Magento 2 command line interface *):

$> php bin/magento module:enable Manugentoo_PartnerPortal

  • 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

HOW TO USE

  1. Add a partner from Admin
  2. Access the partner in frontend by typing vip/

Enjoy!

Best regards, Manu Gentoo