我想问一下是否有人设法在工匠控制台中显示symfony进度条。
我正在使用Windows 7和Laravel 4.2框架。
到目前为止,我一直使用的代码如下:
$progress = $this->getHelper('progress');
$progress->start($this->getOutput(), 5);
$i = 0;
while ($i++ < 5) {
sleep(1);
$progress->advance();
}
$progress->finish();
答案 0 :(得分:2)
请尝试以下操作。
/DIR="C:\"