From 75d0261b817d13e354df6c652a1ce0207ad88b89 Mon Sep 17 00:00:00 2001 From: raph Date: Wed, 11 Jan 2017 12:16:26 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fd33cb2..58bbccd 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,9 @@ $app->group(['namespace' => '\Rap2hpoutre\LaravelLogViewer'], function() use ($a $app->get('logs', 'LogViewerController@index'); }); ``` + +Troubleshooting +--------------- + +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`. +