SpliceIt! Plugins

SpliceIt! plugins are normal CakePHP plugins with some special features and rules.

Differences between CakePHP plugins and SpliceIt! Plugins

Creating a new SpliceIt! Plugin

In order to create a new SpliceIt! plugin you have to create a new folder my_plugin (Name this whatever your plugin should be named) inside of app/plugins. This folder should contain 4 new folders like this:

What do I do next?

So, now that you've created your new plugin you want to add controllers, models, views and maybe apis to it. Check out those Links for more information about how they are working in SpliceIt!

Or read about some other features of SpliceIt!: