Skip to content

kaffineaddict/PluginSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PluginSystem

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

About

A CakePHP hooks component for basic user extensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages