apache2-log-parser
apache2-log-parser copied to clipboard
I am Getting Error
Hii Sir,
I am getting error Like Can not open log file. in Laravel Can You help me in this?
I am passing this
foreach (new LogIterator($this->output, $parse) as $line => $data) { printf("%s %s\n", $data['request']['method'], $data['request']['path']); }
Thanks