Skip to content

Commit

Permalink
small comments adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
codler committed Feb 25, 2012
1 parent 4135538 commit a3b3ef1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundle.php
@@ -1,3 +1,3 @@
<?php

return array('name' => 'queryviewer');
return array('name' => 'query-viewer');
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -14,6 +14,6 @@ Add the following to your **application/bundles.php** file:
'auto' => 'true',
),

## Guide
## Usage

To see the queries add "?debug-query=1" in the url and it will only show in local environment. (LARAVEL_ENV = local)
To see the queries add "?debug-query=1" in the url and Query Viewer are only enabled in local environment. (LARAVEL_ENV = local)
7 changes: 7 additions & 0 deletions routes.php
@@ -1,4 +1,11 @@
<?php
/**
* @author Han Lin Yap < http://zencodez.net/ >
* @copyright 2012 zencodez.net
* @license http://creativecommons.org/licenses/by-sa/3.0/
* @package Query Viewer (Laravel Bundle)
* @version 1.1 - 2012-02-25
*/

Route::filter('after', function($response)
{
Expand Down

0 comments on commit a3b3ef1

Please sign in to comment.