Added instructions for config/unifi-controller.php

This commit is contained in:
Tim Schwartz
2021-05-12 21:02:37 -05:00
parent fdb7f93ef7
commit 8b4dd6376c

View File

@@ -43,6 +43,16 @@ composer require imperian-systems/unifi-controller
php artisan migrate 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 * Run web server
``` ```