Skip to content

Displays a debugbar in the browser with information from codeigniter Profiling class.

Notifications You must be signed in to change notification settings

naranarethiya/codeingiter-debugbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codeingiter-debugbar

Displays a debugbar in the browser with information from codeigniter Profiling class.

Displays profiling details in bootstrap tab.

Codeigniter Debugbar

Installation

To install debugbar in codeiniter project follow the below steps

1. Enable Hook.
..* Open /config/config.php
..* Search $config['enable_hooks'] and replace with $config['enable_hooks'] = true;
2. Copy debugger_view.php file into /application/view folder.
3. Copy hook.debugger.php file into /application/hook folder.
4. Copy hooks.php file into /application/config folder.
..* if you already using hook in your application just copy two array variable from hooks.php to /application/config/hook.php

About

Displays a debugbar in the browser with information from codeigniter Profiling class.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages