Skip to content

PeterBrain Extensions core module for Magento 2 - All PeterBrain extensions require this module

License

Notifications You must be signed in to change notification settings

PeterBrain/magento2-peterbrain-core

Repository files navigation

Magento 2 Module - PeterBrain Core

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