Laravel-Blog is a blog project written in Laravel 4.2.
- laracasts/flash for easy notify user action;
- zizaco/entrust for user Role-based Permissions;
- zizaco/confide for user authentication;
- thujohn/rss for generate rss feed;
- mews/purifier for XSS filtering;
- frozennode/administrator for quick simple admin interface;
- cviebrock/eloquent-sluggable for generate slug;
- cviebrock/eloquent-taggable for post tag relationship;
- php-spec test;
- Support multiple user;
- Admin Interface;
- Rich editor, include paste image and stuff;
- Rss feed;
- Pjax Support;
- Sroll To Top;
- PHP 5.4+
- Laravel 4.2+
Recommended using Homestead for development.
git clone https://github.com/summerblue/laravel-blog
cd laravel-blog
composer install
Ajust the database information, then:
php artisan migrate
Seed the database if you want:
php artisan db:seed
- Admin Account: ['username' => 'admin', 'password' => 'admin']
On the Project Contributors Page
Please see CONTRIBUTING for details.
Copyright (c) 2014 CJ.
The MIT License (MIT). Please see Opensource MIT License for more information.