-
Notifications
You must be signed in to change notification settings - Fork 332
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
LogViewer 4.5.1 Blank Page #195
Comments
Duplication: #193 |
I've just tested the package, everything works fine. Did you followed the installation steps ? |
Yes I did follow the installation steps, And laravel/framework#23118 doesn't fix the blank page, I'm on Laravel 5.6.4 not 5.6.3 in 5.6.4 that fix is already there, so I guess is not related |
OK this is what i did to test the package:
To test the package, i edited the <?php
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
*/
Route::get('/', function () {
Log::info('This is info log');
return view('welcome');
}); Hit a the home url a couple times to create logs: Then visit: |
I just made another clean install and I see it's working following the same steps, it's weird. in the same 5.6.4 with the same php 7.2.2, thank you for your time |
No problem, thanks for using this package 👍 |
Description:
I install the package and everything is installed correctly, but when I go to the dashboard or logs in the dashboard i get a blank page like this: https://imgur.com/KpU9jIc and when i go to /log-viewer/logs
I dont see any logs even though i know they are there
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: