futurando-oficial / cakephp-banners
Banners plugin for CakePHP
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- cakephp/cakephp: ^3.5
Requires (Dev)
- phpunit/phpunit: ^5.7.14|^6.0
- dev-develop
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-master
- dev-release/v0.0.6
- dev-feature/add_new_fields
- dev-feature/api_login
- dev-release/v0.0.5
- dev-feature/drag-&-drop-sort
- dev-release/v0.0.4
- dev-feature/upload
- dev-release/v0.0.2
- dev-feature/changes_Api
- dev-release/v0.0.1
- dev-feature/plugin_start
This package is not auto-updated.
Last update: 2025-03-30 08:12:28 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