A very basic forum I made for my friends to use.
I pieced this together years ago when I only had a slight clue what I was doing. I used Slim 3.0. My code isn't the greatest good.
Database Schema isn't available yet. Ask me if you want it. I used PHP ActiveRecord as my ORM. There are obviously better choices.
- Clone the git repository in your Apache document folder.
- Run
composer install
to pull down vendor libraries. - Run
schema.sql
on your MySQL server. - Update
config.php
to use the correctWEB_BASE_DIR
, database credentials, and admin password.