maiconpinto / croogo-support-plugin
There is no license information available for the latest version (dev-master) of this package.
Support plugin for Croogo
Package info
github.com/maiconpinto/croogo-support-plugin
Type:cakephp-plugin
pkg:composer/maiconpinto/croogo-support-plugin
dev-master
2017-06-05 02:39 UTC
Requires
- php: >=5.5.9
- cakephp/cakephp: >=3.3.2 <4.0.0
Requires (Dev)
This package is not auto-updated.
Last update: 2026-02-28 06:13:13 UTC
README
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require maiconpinto/croogo-support-plugin:dev-master
Enable plugin:
You can enable plugin after login, in Menu Extensions > Plugins > Support, click icon Activate.
OR you run in terminal.
bin/cake plugin load Support
Migrations:
bin/cake migrations migrate --plugin Support