Skip to content

jimut/blog

Repository files navigation

Simple blog

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.

Instructions

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

Demo

You can find a demo of the app here

About

Simple blog created with Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages