A list of LAN Parties.
This code was first created in approx 2013 or something like that. It's functional, just a bit of a sign of the times.
composer update
should be all you need to get things running, and a includes/config.php
file.
<?php
define('DB_DSN', 'mysql:host=localhost;dbname=lanlist');
define('DB_USER', 'lanlist');
define('DB_PASS', 'sekrit');
?>
The database is provided in schema.sql
.