peterbrain/magento2-peterbrain-core

PeterBrain Extension core module

0.2.2 2024-05-09 18:27 UTC

This package is auto-updated.

Last update: 2024-06-09 18:38:57 UTC


README

Package name: peterbrain/magento2-peterbrain-core

Main Functionalities

PeterBrain Extension core module - requirement for PeterBrain Extensions

  • View system information
  • View module information
  • Run update check (manual/auto)
  • Notifications
  • PeterBrain Menu

View vital information about your system: View vital information about your system. Admin configuration: Admin configuration

Installation

Method 1: Composer (recommended)

composer require peterbrain/magento2-peterbrain-core

Method 2: Zip file (not recommended)

  • Unzip the zip file in app/code/PeterBrain

Enable & deploy

bin/magento module:enable PeterBrain_Core
bin/magento setup:upgrade
bin/magento setup:static-content:deploy
bin/magento cache:flush