futurando-oficial/cakephp-banners

Banners plugin for CakePHP

v0.0.6 2018-10-15 12:48 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