From 0ca029063159bab7df7f2d94ba123373a8662348 Mon Sep 17 00:00:00 2001 From: Thierry Daguin <61747970+thdaguin@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:13:12 +0100 Subject: [PATCH] fix: mention of laravel 10 in readme (#286) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9710d2a..0f8bc83 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Laravel log viewer ## TL;DR -Log Viewer for Laravel 5, 6, 7, 8 & 9 (still compatible with 4.2 too) and Lumen. **Install with composer, create a route to `LogViewerController`**. No public assets, no vendor routes, works with and/or without log rotate. Inspired by Micheal Mand's [Laravel 4 log viewer](https://github.com/mikemand/logviewer) (works only with laravel 4.1) +Log Viewer for Laravel 5, 6, 7, 8, 9 & 10 (still compatible with 4.2 too) and Lumen. **Install with composer, create a route to `LogViewerController`**. No public assets, no vendor routes, works with and/or without log rotate. Inspired by Micheal Mand's [Laravel 4 log viewer](https://github.com/mikemand/logviewer) (works only with laravel 4.1) ## What ? Small log viewer for laravel. Looks like this: