A faucet application for NHZ written in PHP on top of the Laravel framework.
- PHP 5.3.*
- composer
- Redis
The faucet is designed around Laravel, which uses composer as its core package management system. This makes deployment pretty simple.
- Clone this repository onto your server
- Run
composer install
to download the dependencies - Configure the application-specific settings in app/config/{app,faucet}.php
- Publish the site via Apache