futurando-oficial / cakephp-about
About plugin for CakePHP
Package info
github.com/futurando-oficial/cakephp-about
Type:cakephp-plugin
pkg:composer/futurando-oficial/cakephp-about
v1.0.4
2018-10-10 02:31 UTC
Requires
- cakephp/cakephp: ^3.5
- futurando-oficial/cakephp-admin: ^1.0
Requires (Dev)
- phpunit/phpunit: ^5.7.14|^6.0
This package is not auto-updated.
Last update: 2026-02-25 15:58:42 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-about
Load into cakephp the plugin
bin/cake plugin load About
Create Table onto de database
bin/cake migrations migrate -p About
Insert Seeds onto database
bin/cake migrations seed -p About