I built this simple blog with Laravel PHP Framework.
In this app admin can login, add a post and also edit or delete a post, also add comments and delete them.
This app is inspired by Mackenzie Child. Here is a tutorial where he built this blog in Rails 4.
To run this on your local server.
-
You need to install PHP. Easiest way to do this is to use XAMPP
-
Clone this repo to your xampp/htdocs dir
-
Create a database named blog from localhost/phpmyadmin
-
Rename the .env.example file to .env
-
Run the following command in that dir
php artisan migrate
You can find a demo of the app here