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
cdinto it - Run the following commands to install all dependencies
$ composer install $ composer dump-autoload
- Create a database called
readitand import the filepublic/schema.sql - Start your server with
publicdirectory as root
Developed with ❤️ by vrongmeal