/blog-app

blog-app is a blog webapp written in laravel.

Primary LanguagePHP

blog-app

Introduction

Blog-App is a blog webapp written in Laravel 5.1.

Screenshots

Sign in

List and Picture Carousel

Content and Comment

Picture Slide

Feed

Requirements and Environment

  • PHP 5.5.9+
  • Laravel 5.1+

Installation

Recommended using Homestead for development.

1. Clone the repo

git clone https://github.com/icyse/blog-app.git

2. Composer install

cd blog-app
composer install

3. Database stuff

cp .env.example .env
vi .env

Edit .env, ajust the database information: DB_HOST、DB_DATABASE、DB_USERNAME、DB_PASSWORD;ajust other information: URL、URL_STATIC、USER_STATIC.

Then:

php artisan migrate