Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

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

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:
![View vital information about your system.](https://github.com/PeterBrain/magento2-peterbrain-core/blob/0bbc3b03cb9efa8593fdea8c45a746aedd95db9e/core_system-information.jpg?raw=true)
Admin configuration:
![Admin configuration](https://github.com/PeterBrain/magento2-peterbrain-core/blob/0bbc3b03cb9efa8593fdea8c45a746aedd95db9e/core_configuration.jpg?raw=true)

## 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
```