https://github.com/peterbrain/magento2-peterbrain-core
PeterBrain Extensions core module for Magento 2 - All PeterBrain extensions require this module
https://github.com/peterbrain/magento2-peterbrain-core
magento magento-2 magento-extension magento-module magento2 magento2-extension magento2-extension-free magento2-module magento2-module-free
Last synced: 3 months ago
JSON representation
PeterBrain Extensions core module for Magento 2 - All PeterBrain extensions require this module
- Host: GitHub
- URL: https://github.com/peterbrain/magento2-peterbrain-core
- Owner: PeterBrain
- License: mit
- Created: 2021-11-19T11:29:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T18:29:51.000Z (about 2 years ago)
- Last Synced: 2025-02-15T07:48:56.893Z (over 1 year ago)
- Topics: magento, magento-2, magento-extension, magento-module, magento2, magento2-extension, magento2-extension-free, magento2-module, magento2-module-free
- Language: PHP
- Homepage:
- Size: 469 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Magento 2 Module - PeterBrain Core
Package name: `peterbrain/magento2-peterbrain-core`
- [Magento 2 Module - PeterBrain Core](#magento-2-module---peterbrain-core)
- [Main Functionalities](#main-functionalities)
- [Installation](#installation)
- [Method 1: Composer (recommended)](#method-1-composer-recommended)
- [Method 2: Zip file (not recommended)](#method-2-zip-file-not-recommended)
- [Enable \& deploy](#enable--deploy)
## 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:

Admin configuration:

## Installation
### Method 1: Composer (recommended)
```bash
composer require peterbrain/magento2-peterbrain-core
```
### Method 2: Zip file (not recommended)
- Unzip the zip file in `app/code/PeterBrain`
### Enable & deploy
```bash
bin/magento module:enable PeterBrain_Core
bin/magento setup:upgrade
bin/magento setup:static-content:deploy
bin/magento cache:flush
```