Skip to content

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

Notifications You must be signed in to change notification settings

ffxin/laravel-blog

 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.6%
  • HTML 23.3%
  • PHP 14.5%
  • CSS 13.5%
  • Other 0.1%