2017 © Pedro Peláez
 

cakephp-plugin kitchen-sink

{{@TODO description}}

image

gourmet/kitchen-sink

{{@TODO description}}

  • Wednesday, February 4, 2015
  • by jadb
  • Repository
  • 2 Watchers
  • 0 Stars
  • 74 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Kitchen Sink

Build Status Total Downloads License, (*1)

{{@TODO description}}, (*2)

Install

Using Composer:, (*3)

composer require gourmet/kitchen-sink

Because this plugin has the type cakephp-plugin set in its own composer.json, Composer will install it inside your /plugins directory, rather than in your vendor-dir. It is recommended that you add /plugins/gourmet to your .gitignore file and here's why., (*4)

You then need to load the plugin. In boostrap.php, something like:, (*5)

\Cake\Core\Plugin::load('Gourmet/KitchenSink');

Usage

{{@TODO documentation}}, (*6)

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/kitchen-sink/issues, (*7)

License

Copyright (c) 2015, Jad Bitar and licensed under The MIT License., (*8)

The Versions

04/02 2015

dev-master

9999999-dev https://github.com/gourmet/kitchen-sink

{{@TODO description}}

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp gourmet