You might want to update your title! The title indicates that it works on Laravel 5.0 while your description says you still need to add support for it!
I have recently installed this in my dev server and I would like all of the log views to be password protected. To do this, I would like to use middleware, but I don't see where routes are defined. Do you have any suggestions?
Hi @jwahl, thanks for using my log-viewer package.
You can start by editing the log-viewer.php config file (after you published it) and especially this section, the attributes values is similar as the $attributes when you call the Route::group($attributes, function () {...}).
For more details/solutions, check the repo issues:
Before I was using rap2hpoutre/laravel-log-viewer, it's a convenient way to check log files. However, I want more powerful features like categorize different level log info, and give me some statistics.
Hi ARCANEDEV,
I try to install your package with composer but I have this problem:
Problem 1
- Installation request for laravel/framework (locked at v5.5.34, required as 5.5.*) -> satisfiable by laravel/framework[v5.5.34].
- arcanedev/log-viewer 4.5.0 requires arcanedev/support ~4.3.0 -> satisfiable by arcanedev/support[4.3.0].
- arcanedev/log-viewer 4.5.1 requires arcanedev/support ~4.3.0 -> satisfiable by arcanedev/support[4.3.0].
- Conclusion: don't install arcanedev/support 4.3.0
- Installation request for arcanedev/log-viewer ^4.5 -> satisfiable by arcanedev/log-viewer[4.5.0, 4.5.1].
How I can solve?