You can get the output from the console with withConsoleLines():
withConsoleLines()
$clusteer = Clusteer::to('https://example.com') ->waitUntilAllRequestsFinish() ->withConsoleLines() ->get();
$lines = $clusteer->getConsoleLines();
Last updated 3 years ago