Skip to content

Commit 27392d2

Browse files
authored
Laravel 8 support (#241)
1 parent 40a6a9e commit 27392d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Laravel log viewer
1111

1212

1313
## TL;DR
14-
Log Viewer for Laravel 5, 6 & 7 (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)
14+
Log Viewer for Laravel 5, 6, 7 & 8 (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)
1515

1616
## What ?
1717
Small log viewer for laravel. Looks like this:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=5.4.0",
15-
"illuminate/support": "4.2.*|5.*|^6.0|^7.0"
15+
"illuminate/support": "4.2.*|5.*|^6.0|^7.0|^8.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^7",

0 commit comments

Comments
 (0)