kaffineaddict / plugin-system
A CakePHP hooks component for basic user extensions
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Type:cakephp-plugin
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
Requires (Dev)
This package is not auto-updated.
Last update: 2024-11-09 19:35:52 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