Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/team23/magento-module-core
TEAM23 Core extension for Magento 2 / Adobe Commerce
https://github.com/team23/magento-module-core
Last synced: about 22 hours ago
JSON representation
TEAM23 Core extension for Magento 2 / Adobe Commerce
- Host: GitHub
- URL: https://github.com/team23/magento-module-core
- Owner: team23
- License: bsd-3-clause
- Created: 2024-06-11T13:28:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T15:18:33.000Z (5 months ago)
- Last Synced: 2024-11-13T09:59:21.764Z (7 days ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# TEAM23 Core
TEAM23 Core extension for Magento 2
The Core extension adds a TEAM23 tab with logo to adminhtml system settings. This allows grouping of all TEAM23
extensions that provide settings.## Usage
In your custom Magento 2 Extension, add the tab with id `team23` to your settings.
For example:
```xml
TEAM23 YOUR EXTENSION
team23
...
```
Please make sure your component will be loaded after the `Team23_Core` extension, by adding a sequence in your
`module.xml`. Example:```xml
```
## Installation via Composer
```bash
composer require team23/module-core
```Now register the module with `bin/magento setup:upgrade`.