Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magegang/m2-logo-config
Schedule a logo for each of your ecommerce store's yearly events
https://github.com/magegang/m2-logo-config
magento2 magento2-extension magento2-extension-free magento2-module magento2-module-free magento2-theme
Last synced: 2 months ago
JSON representation
Schedule a logo for each of your ecommerce store's yearly events
- Host: GitHub
- URL: https://github.com/magegang/m2-logo-config
- Owner: magegang
- License: mit
- Created: 2023-11-01T08:36:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-04T17:19:21.000Z (4 months ago)
- Last Synced: 2024-09-06T00:31:26.073Z (4 months ago)
- Topics: magento2, magento2-extension, magento2-extension-free, magento2-module, magento2-module-free, magento2-theme
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Module for Magento 2
[![Latest Stable Version](https://img.shields.io/packagist/v/magegang/module-logo-config.svg?style=flat-square)](https://packagist.org/packages/magegang/module-logo-config)
[![License: MIT](https://img.shields.io/github/license/magegang/m2-logo-config.svg?style=flat-square)](./LICENSE)
[![Packagist](https://img.shields.io/packagist/dt/magegang/module-logo-config.svg?style=flat-square)](https://packagist.org/packages/magegang/module-logo-config/stats)
[![Packagist](https://img.shields.io/packagist/dm/magegang/module-logo-config.svg?style=flat-square)](https://packagist.org/packages/magegang/module-logo-config/stats)This module enables your marketing teams to manage your store logos throughout the year.
- [Setup](#setup)
- [Composer installation](#composer-installation)
- [Setup the module](#setup-the-module)
- [Documentation](#documentation)
- [Support](#support)
- [Authors](#authors)
- [License](#license)## Setup
Magento 2 Open Source or Commerce edition is required.
### Composer installation
Run the following composer command:
```
composer require magegang/module-logo-config
```### Setup the module
Run the following magento command:
```
bin/magento setup:upgrade
```## Documentation
* Go to `Content > Logo > Schedule`
* Add a logo## Support
Raise a new [request](https://github.com/magegang/m2-logo-config/issues) to the issue tracker.
## Authors
- **ronangr1** - *Maintainer* - [![GitHub followers](https://img.shields.io/github/followers/ronangr1.svg?style=social)](https://github.com/ronangr1)
- **Contributors** - *Contributor* - [![GitHub contributors](https://img.shields.io/github/contributors/ronangr1/m2-systemconfigwhodidthislogger.svg?style=flat-square)](https://github.com/ronangr1/M2-SystemConfigWhoDidThisLogger/graphs/contributors)## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.
***That's all folks!***