futurando-oficial / cakephp-about
About plugin for CakePHP
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:cakephp-plugin
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: 2025-03-26 11:46:44 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