A simple blog application built on a custom MVC framework. I built the framework while learning more about the intricacies of MVC.
-
Create a database for the app and import the blog.sql file
-
Open config/config.php and set your base url and enviornment as well as the environment database variables
-
Open index.php in the root folder and modify the root path as approprite
-
You can continue on to your install url /admin to add posts and categories
- Routing
- Commenting System
- Code Comments
- Installer