Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialPinak Mithaiwala
942 PointsPHP Folder Guide
I need Coding Software Which can add metalog, silly ... Console For this:
<?php
use Monolog\Logger;
use Monolog\Handler\StreamHandler;
// create a log channel
$log = new Logger('name');
$log->pushHandler(new StreamHandler('path/to/your.log', Logger::WARNING));
// add records to the log
$log->addWarning('Foo');
"
Currently i am using Brekets but there is no console in view options.
MOD: edited to format code
1 Answer
Ted Sumner
Courses Plus Student 17,967 PointsI use Brackets for all of my work. All of the command line work is done in the command line of the computer itself. A command line in the software is a special thing for Workspaces and the Treehouse environment to my knowledge.