ARCANEDEV / LogViewer

:page_with_curl: Provides a log viewer for Laravel
MIT License
2.37k stars 335 forks source link

join(): Passing glue string after array is deprecated. Swap the parameters (View: C:\vendor\log-viewer\bootstrap-4\show.blade.php) #358

Closed mateusgalasso closed 4 years ago

mateusgalasso commented 4 years ago

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:

image

arcanedev-maroc commented 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

manojo123 commented 4 years ago

Same problem here.. Deleted the resources\views\vendor\log-viewer and the error persists. consider

narenderwaraich commented 3 years ago

same problem on live server https://mynearfood.in/logs/logs/2021-09-10/error show log but not show log detail's

Sirajunnasihin commented 2 years ago

just change this code in show.blade.php from

join(log_styler()->toHighlight(), '|')

Changes to

join('|', log_styler()->toHighlight())

guruskid commented 1 year ago

https://dev.to/guruskid/laravel-real-time-log-monitoring-1l81

guruskid commented 1 year 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

check this link https://dev.to/guruskid/laravel-real-time-log-monitoring-1l81