From 8b4dd6376c7da44f95c699f344bf85379ab7690d Mon Sep 17 00:00:00 2001 From: Tim Schwartz Date: Wed, 12 May 2021 21:02:37 -0500 Subject: [PATCH] Added instructions for config/unifi-controller.php --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e535ad1..9cc93f6 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,16 @@ composer require imperian-systems/unifi-controller php artisan migrate ``` +* Install configuration file + +``` +php artisan vendor:publish --provider="ImperianSystems\UnifiController\UnifiControllerProvider" --tag="config" +``` + +* If you do not intend to setup user logins for this site, + you'll need to edit ```config/unifi-controller.php``` + and comment out ```auth:api``` + * Run web server ```