gourmet/webmaster

Gourmet Webmaster Plugin for rapid CakePHP application development

Installs: 207

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:cakephp-plugin

0.1.1 2014-02-03 23:39 UTC

This package is auto-updated.

Last update: 2024-03-28 00:28:52 UTC


README

@todo write description

Install

Composer package

First, add this plugin as a requirement to your composer.json:

{
	"require": {
		"cakephp/webmaster": "*"
	}
}

And then update:

php composer.phar update

That's it! You should now be ready to start configuring your channels.

Submodule

$ cd /app
$ git submodule add git://github.com/gourmet/webmaster.git Plugin/Webmaster

Clone

$ cd /app/Plugin
$ git clone git://github.com/gourmet/webmaster.git

Configuration

You need to enable the plugin your app/Config/bootstrap.php file:

CakePlugin::load('Webmaster', array('bootstrap' => true, 'routes' => true));

If you are already using CakePlugin::loadAll();, then this is not necessary.

Usage

@todo write some usage example(s)

Patches & Features

  • Fork
  • Mod, fix
  • Test - this is important, so it's not unintentionally broken
  • Commit - do not mess with license, todo, version, etc. (if you do change any, bump them into commits of their own that I can ignore when I pull)
  • Pull request - bonus point for topic branches

Bugs & Feedback

http://github.com/gourmet/webmaster/issues

License

Copyright 2013, Jad Bitar

Licensed under The MIT License
Redistributions of files must retain the above copyright notice.