2017 © Pedro Peláez
 

cakephp-plugin webmaster

Gourmet Webmaster Plugin for rapid CakePHP application development

image

gourmet/webmaster

Gourmet Webmaster Plugin for rapid CakePHP application development

  • Tuesday, February 4, 2014
  • by jadb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 198 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

CakePHP Webmaster Plugin

@todo write description, (*1)

Install

Composer package

First, add this plugin as a requirement to your composer.json:, (*2)

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

And then update:, (*3)

php composer.phar update

That's it! You should now be ready to start configuring your channels., (*4)

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:, (*5)

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

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

Usage

@todo write some usage example(s), (*7)

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, (*8)

License

Copyright 2013, Jad Bitar, (*9)

Licensed under The MIT Licensebr/ Redistributions of files must retain the above copyright notice., (*10)

The Versions

04/02 2014

dev-master

9999999-dev https://github.com/gourmet/webmaster

Gourmet Webmaster Plugin for rapid CakePHP application development

  Sources   Download

MIT

The Requires

 

plugin cakephp webmaster gourmet

04/02 2014

dev-develop

dev-develop https://github.com/gourmet/webmaster

Gourmet Webmaster Plugin for rapid CakePHP application development

  Sources   Download

MIT

The Requires

 

plugin cakephp webmaster gourmet

04/02 2014

0.1.1

0.1.1.0 https://github.com/gourmet/webmaster

Gourmet Webmaster Plugin for rapid CakePHP application development

  Sources   Download

MIT

The Requires

 

plugin cakephp webmaster gourmet

27/01 2014

0.1.0

0.1.0.0 https://github.com/gourmet/webmaster

Gourmet Webmaster Plugin for rapid CakePHP application development

  Sources   Download

MIT

The Requires

 

plugin cakephp webmaster gourmet