1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00
This commit is contained in:
Taylor Otwell
2016-09-21 09:04:57 -05:00
parent 559c9cc29e
commit 8e0030941f

View File

@@ -176,7 +176,7 @@
})->descriptions('Stream all of the logs for all Laravel sites registered with Valet'); })->descriptions('Stream all of the logs for all Laravel sites registered with Valet');
/** /**
* Stream Caddy access and error log. * Stream the Caddy access and error logs.
*/ */
$app->command('server-log', function () { $app->command('server-log', function () {
$files = Filesystem::scandir(VALET_HOME_PATH.'/Log'); $files = Filesystem::scandir(VALET_HOME_PATH.'/Log');