magepotato / module-banners
This package is abandoned and no longer maintained.
No replacement package was suggested.
Custom banners module for Magento v2
Package info
github.com/GitHamo/magepotato-banners
Type:magento2-module
pkg:composer/magepotato/module-banners
1.0.0
2019-03-31 00:55 UTC
Requires
- php: >=7.0
- magento/framework: 100.*
- magento/module-integration: 100.*
Requires (Dev)
- phpstan/phpstan: ^0.7.0
- phpunit/phpunit: 4.1.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2021-05-13 01:07:47 UTC
README
Magento 2 module for banners & related areas. With REST/GraphQL APIs.
Getting Started
Install the module via composer
$ composer require "magepotato/module-banners: 1.*"
Enable the module
$ ./bin/magento module:enable Magepotato_Banners
Upgrade your Magento database schemas
$ ./bin/magento setup:upgrade
Usage
Documentation is coming soon.