plugins.cakephp.org icon indicating copy to clipboard operation
plugins.cakephp.org copied to clipboard

[PROFILES] Add usage details

Open jeremyharris opened this issue 11 years ago • 5 comments

It would be cool to give people insight into how to get started using a plugin. For example, screenshots if appropriate, or a "quick start guide." Ideally, it would something easy to grok for new users. A simple getting started guide (1-3 steps) would be awesome, instead of trying to understand all of the "expert" configuration options readme's usually include.

Debug kit

Official CakePHP Debug Kit Git Repository

Why use this plugin

  • It makes debugging easier
  • Allows you to debug ajax
  • Gives you insight into where your app might be slow

How to get started

  1. Add 'DebugKit.Toolbar' to your components.
  2. Load it up: CakePlugin::load('DebugKit')

What it looks like in action

[ some sort of screenshot ]

jeremyharris avatar Apr 25 '13 16:04 jeremyharris