2017 © Pedro Peláez
 

cakephp-plugin plugin-system

A CakePHP hooks component for basic user extensions

image

kaffineaddict/plugin-system

A CakePHP hooks component for basic user extensions

  • Monday, December 14, 2015
  • by KaffineAddict
  • Repository
  • 1 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PluginSystem

A CakePHP hooks component for basic user extensions, (*1)

Installation

Run the following, (*2)

composer require KaffineAddict/plugin-system:dev-master

Add the following to config/bootstrap.php, (*3)

Plugin::load('PluginSystem', ['bootstrap' => false, 'routes' => true]);

Run the following, (*4)

./bin/cake migrations migrate -p PluginSystem

The Versions

14/12 2015

dev-master

9999999-dev

A CakePHP hooks component for basic user extensions

  Sources   Download

The Requires

 

The Development Requires