mirko-pagliai / me-cms-banners
Banners plugin for MeCms
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=7.4
- mirko-pagliai/me-cms: ^2.30.7-RC4
Requires (Dev)
- cakephp/cakephp-codesniffer: ^4.0
- phpunit/phpunit: ^9.1|^9.5
This package is auto-updated.
Last update: 2022-10-08 14:28:49 UTC
README
MeCms/Banners plugin allows you to handle banners with MeCms platform.
To install:
$ composer require --prefer-dist mirko-pagliai/me-cms-banners
Then load the plugin and run migrations to create the database tables:
$ bin/cake plugin load MeCms/Banners $ bin/cake migrations migrate -p MeCms/Banners
Please, refer to the CookBook for more information on loading plugins.
Versioning
For transparency and insight into our release cycle and to maintain backward compatibility, MeCms/Banners will be maintained under the Semantic Versioning guidelines.