git clone https://github.com/imperian-systems/unifi-controller.git
Create a new Laravel install
Add repo path to composer.json
"repositories": [ { "type": "path", "url": "path/to/repo/unifi-controller" } ],
composer require imperian-systems/unifi-controller
Configure database in .env
Setup database tables for Unifi controller
php artisan migrate
php artisan serve --host=[::]
set-inform http://1.2.3.4:8000/inform
View stored data in JSON format
View errors in storage/log/laravel.log