MishalAreef / LaravelBlog

Simple laravel application to post blogs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


 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


Languages

Language:PHP 75.0%Language:Blade 24.2%Language:JavaScript 0.4%Language:Shell 0.3%Language:SCSS 0.1%