Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adeelq/magento2-core-module
Magento 2 base core module for other Adeelq modules
https://github.com/adeelq/magento2-core-module
composer magento2 magento2-extension magento2-module open-source opensource php
Last synced: 27 days ago
JSON representation
Magento 2 base core module for other Adeelq modules
- Host: GitHub
- URL: https://github.com/adeelq/magento2-core-module
- Owner: adeelq
- License: mpl-2.0
- Created: 2024-01-23T13:52:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-04T13:45:34.000Z (9 months ago)
- Last Synced: 2024-09-17T15:53:36.032Z (about 2 months ago)
- Topics: composer, magento2, magento2-extension, magento2-module, open-source, opensource, php
- Language: PHP
- Homepage: https://www.linkedin.com/in/adqamar/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Adeelq Core Module
======
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](LICENSE)This module serves as a core module for dependant modules.
## Requirements
- Magento 2.3+
- Magento module(s) dependency
- Backend
- Ui
- Reports## Installation
It is recommended to use [composer](https://getcomposer.org) to install the module.
```bash
composer require adeelq/magento2-core-module
```
If you do not use composer, ensure that you also load any dependencies that this module has.