Discussion forum made with PHP using ToroPHP and Twig as a template engine. It is based upon the MVC (Model View Controller) directory structure.
|-- app
|-- controllers
|-- models
|-- views
|-- templates
- Clone the repository and
cd
into it - Run the following commands to install all dependencies
$ composer install $ composer dump-autoload
- Create a database called
readit
and import the filepublic/schema.sql
- Start your server with
public
directory as root
Developed with ❤️ by vrongmeal