diff --git a/README.md b/README.md index cf14d0b..dbfeadc 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,13 @@ php artisan vendor:publish \ --tag=views ``` +**Optionally** publish `logviewer.php` configuration file into `/config/` directory of your app for configuration customization: + +``` +php artisan vendor:publish \ + --provider="Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider" +``` + Install (Lumen) ---------------