Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

negative-network/developerbar

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Now updated to work with Kohana 3.3.1

Developer Bar displays useful debug information about your Kohana Application This module is originally based on "Kohana Debug Toolbar" http://pifantastic.com/kohana-debug-toolbar/ for Kohana v2.3 (by Aaron Forsander).

Usage

    Kohana::modules(array(
        ...
        'developerbar'    => MODPATH.'developerbar',   // Developer Bar
        ...
    ));

Force Enable/Disable

DeveloperBar attemps to enable/disabled ourself conform your environment settings. If you want force enable or disable DeveloperBar, simple use in any point:

// Force enable
Developerbar::factory()->enabled(true);

// Force disable
Developerbar::factory()->enabled(false);

No more changes on bootstrap.php or index.php to run a simple toolbar with debug information :)

Feel free to submit improvements or bug fixes.

About

Developer Bar (inspired on Kohana Debug Toolbar) for Kohana 3+ PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 87.1%
  • CSS 12.9%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.