Closed mateusgalasso closed 4 years ago
The issue was fixed in: #317
You need to update the old published views or delete the resources\views\vendor\log-viewer
folder if you didn't edit them
Same problem here.. Deleted the resources\views\vendor\log-viewer and the error persists. consider
same problem on live server https://mynearfood.in/logs/logs/2021-09-10/error show log but not show log detail's
just change this code in show.blade.php from
join(log_styler()->toHighlight(), '|')
Changes to
join('|', log_styler()->toHighlight())
The issue was fixed in: #317
You need to update the old published views or delete the
resources\views\vendor\log-viewer
folder if you didn't edit them
check this link https://dev.to/guruskid/laravel-real-time-log-monitoring-1l81
Environment information Laravel version 7.22.4 Laravel locale pt-BR Laravel config cached false PHP version 7.4.7
Description:
Entring in http://127.0.0.1:8000/log-viewer/logs/2020-07-29
Steps To Reproduce: