The captive portal web server can be setup using the instructions given here. The following actions are required to use the code given in this repo:
Rename the .env.example
file to .env
and set the values of the given environment variables in it.
Composer Setup
Use this link to install Composer. Then run php composer.phar install
to install the packages given in composer.json
.