opcodesio / log-viewer

Fast and beautiful Log Viewer for Laravel
https://log-viewer.opcodes.io
MIT License
3.39k stars 237 forks source link

Custom theme not working as advertised #319

Closed promanapeople closed 5 months ago

promanapeople commented 5 months ago
//config/log-viewer.php
/* -----------------------------------------------------------------
     |  Theme
     | -----------------------------------------------------------------
     |  Make your own theme by adding a folder to the views directory and specifying it here.
     */

    'theme'         => 'log-viewer',

Results in local.ERROR: View [log-viewer.dashboard] not found.

As shown the files appear to be in the right(?) place: Screenshot 2024-01-26 102000

arukompas commented 5 months ago

Hey @promanapeople

Log Viewer does not have a configurable theme. Where did you find it?

promanapeople commented 5 months ago

Our mistake! It looks like there's been another log viewer package installed. Thanks for your time.