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

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Type:cakephp-plugin

dev-master 2015-12-13 23:15 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:31:14 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