Skip to content

kloy/fuel-php-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fuel PHP Console

Enables the use of php-console with Fuel.

Installation

Clone the repo to your Fuel packages directory.

git clone git://github.com/keith-loy/fuel-php-console.git fuel/packages/php-console

Enabled the package in app/config/config.php

	'packages'  => array(
		'orm',
		'parser',
		'php-console',
	),

Download PHP Console for Chrome.

How to use

Called the function \PHP_Console::log($message, $tags). This function is a proxy for php-console's debug function.

Credits

PHP-Console Team

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published