All Projects → summerblue → Laravel Blog

summerblue / Laravel Blog

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

Programming Languages

javascript
184084 projects - #8 most used programming language


 创造不息,交付不止

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

  • php-spec test;

Features

  • Support multiple user;
  • Admin Interface;
  • Rich editor, include paste image and stuff;
  • Rss feed;
  • Pjax Support;
  • Sroll To Top;

Requirements and Environment

  • PHP 5.4+
  • Laravel 4.2+

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

  • Admin Account: ['username' => 'admin', 'password' => 'admin']

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].