mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 08:40:09 +01:00
wording
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user