From f6114da2ae2fa19bb16fea01c3d2efe6110214a6 Mon Sep 17 00:00:00 2001 From: Benjamin Gakami Date: Wed, 27 Mar 2019 19:36:49 +0300 Subject: [PATCH] update read me --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 071b59b..7a2e7a7 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ For Laravel 5.5 and below, set this in your `.env` file ` APP_LOG=daily ` +For Laravel 5.6 and above, set this in your `.env` file + +` +LOG_CHANNEL=daily +` Next up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.