Skip to content

MishalAreef/LaravelBlog

Repository files navigation


 Laravel Blog

Introduction

LaravelBlog is a blog project written in Laravel 5.2.23

Screenshots

Main Page

lara

Posts Page

lara2

Comments Page

comments

Admin Panel

adminpanel

Features

  • Support multiple user;
  • Admin Interface;
  • Comment section
  • Pagination
  • Uses laracast for easy notifications

Installation

Recommended using Homestead

1. Clone the repo

git clone https://https://github.com/MishalAreef/LaravelBlog

2. Composer install

cd laravelBlog
composer install
npm install / yarn

3. Database stuff

Ajust the database information, then:

php artisan migrate

Seed the database if you want:

php artisan db:seed

4. Info

License

Copyright (c) 2014 CJ.

The MIT License (MIT). Please see Opensource MIT License for more information.

About

Simple laravel application to post blogs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages