Skip to content
daveWid edited this page Sep 13, 2010 · 2 revisions

Console

Console is a module for the php framework Kohana that lets you view your logs quickly and easily.

Setup

All you need to do to get it running is download and unzip the file and place the unzipped folder into your modules folder. After all the module folder is setup in your project bootstrap, just visit PROJECT_URL/console and enjoy!

I would suggest that you password protect the folder if you are running this on a live server or all of your logs will be visible to the world.

Clone this wiki locally