Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use custom view #76

Closed
doghap opened this issue Oct 12, 2016 · 1 comment
Closed

use custom view #76

doghap opened this issue Oct 12, 2016 · 1 comment

Comments

@doghap
Copy link

doghap commented Oct 12, 2016

how can i use custom view ? Because these cdns that used in your view is so slow in my country (china), and i want to change direction and font-family to make my logs looks nicer (arabic letters).

@tssujt
Copy link

tssujt commented Oct 13, 2016

See LaravelLogViewerServiceProvider:

if (method_exists($this, 'loadViewsFrom')) {
            $this->loadViewsFrom(__DIR__.'/../../views', 'laravel-log-viewer');
        }

Make 'log.blade.php' file in 'resources/views/vendor/laravel-log-viewer/' dir to use custom view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants