Skip to content

Commit

Permalink
Laravel 8 support (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kussie committed Sep 8, 2020
1 parent 40a6a9e commit 27392d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Laravel log viewer


## TL;DR
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)
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)

## What ?
Small log viewer for laravel. Looks like this:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*|5.*|^6.0|^7.0"
"illuminate/support": "4.2.*|5.*|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7",
Expand Down

0 comments on commit 27392d2

Please sign in to comment.