khatabwedaa / blog

Laravel blog system with TDD :v:.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog System

This is an open source Blog that was built and maintained by Khatabwedaa.

Installation

Prerequisites

  • To run this project, you must have PHP 7.2 installed.
  • You should setup a host on your web server for your local domain. For this you could also configure Laravel Homestead or Valet.

Step 1

Begin by cloning this repository to your machine, and installing all Composer dependencies.

git clone git@github.com:khatabweda/blog.git
cd council && composer install

Step 2

Next, boot up a server and visit your forum.

  • Visit: http://localhost:8000/register to register a new blog account.

About

Laravel blog system with TDD :v:.

License:MIT License


Languages

Language:PHP 70.9%Language:HTML 28.7%Language:Vue 0.4%