Home

Awesome

<p align="center"> <br>  <b>创造不息,交付不止</b> <br> <a href="https://www.yousails.com"> <img src="https://yousails.com/banners/brand.png" width=350> </a> </p>

Introduction

Laravel-Blog is a blog project written in Laravel 4.2.

Screenshots

Article List Page

Article composing page

Single post page

Admin Panel

Packages

Todos

Features

Requirements and Environment

Installation

Recommended using Homestead for development.

1. Clone the repo

git clone https://github.com/summerblue/laravel-blog

2. Composer install

cd laravel-blog
composer install

3. Database stuff

Ajust the database information, then:

php artisan migrate

Seed the database if you want:

php artisan db:seed

4. Info

Contributors

On the Project Contributors Page

Contributing

Please see CONTRIBUTING for details.

License

Copyright (c) 2014 CJ.

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