mirror of
https://github.com/imperian-systems/unifi-controller.git
synced 2025-12-20 04:59:29 -06:00
Added instructions for config/unifi-controller.php
This commit is contained in:
10
README.md
10
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
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user