Just a simple Laravel 5 MVC website with backend database and a simple blog posting system.
A many to many relationship between each blog post and categoreies.
A one to Many relationship between a blog post and each comment.
A one to one relationship between a blog post and its author.
Any new posts are currently entered via PHPMYADMIN but will implement a simple CMS to allow creating and editing of each blog post, categories and any realtionships.
Models are in the root folder of /App
Controllers are in /App/Http/Controllers
Views are in /resources/views