futurando-oficial / cakephp-banners
Banners plugin for CakePHP
Package info
github.com/futurando-oficial/cakephp-banners
Type:cakephp-plugin
pkg:composer/futurando-oficial/cakephp-banners
v0.0.6
2018-10-15 12:48 UTC
Requires
- cakephp/cakephp: ^3.5
Requires (Dev)
- phpunit/phpunit: ^5.7.14|^6.0
This package is not auto-updated.
Last update: 2026-06-07 14:30:18 UTC
README
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
Install Plugin to the Vendors Folder
composer require futurando-oficial/cakephp-banners
Load into cakephp the plugin
bin/cake plugin load Banners
Create Table onto de database
bin/cake migrations migrate -p Banners
Insert Seeds onto database
bin/cake migrations seed -p Banners