Skip to content

Commit 75d0261

Browse files
authored
Update README.md
1 parent 4fd2691 commit 75d0261

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,9 @@ $app->group(['namespace' => '\Rap2hpoutre\LaravelLogViewer'], function() use ($a
5353
$app->get('logs', 'LogViewerController@index');
5454
});
5555
```
56+
57+
Troubleshooting
58+
---------------
59+
60+
If you got a `InvalidArgumentException in FileViewFinder.php` error, it may be a problem with config caching. Double check installation, then run `php artisan config:clear`.
61+

0 commit comments

Comments
 (0)