kaffineaddict / plugin-system
There is no license information available for the latest version (dev-master) of this package.
A CakePHP hooks component for basic user extensions
Package info
github.com/KaffineAddict/PluginSystem
Type:cakephp-plugin
pkg:composer/kaffineaddict/plugin-system
dev-master
2015-12-13 23:15 UTC
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
Requires (Dev)
This package is not auto-updated.
Last update: 2026-03-01 01:41:05 UTC
README
A CakePHP hooks component for basic user extensions
Installation
Run the following
composer require KaffineAddict/plugin-system:dev-master
Add the following to config/bootstrap.php
Plugin::load('PluginSystem', ['bootstrap' => false, 'routes' => true]);
Run the following
./bin/cake migrations migrate -p PluginSystem