Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peterbrain/magento2-peterbrain-core
- Owner: PeterBrain
- License: mit
- Created: 2021-11-19T11:29:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T18:29:51.000Z (8 months ago)
- Last Synced: 2024-08-15T00:16:46.910Z (5 months 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 MenuView 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
```