https://github.com/summerblue/laravel-blog
Laravel-Blog is a blog application written in Laravel 4.2.
https://github.com/summerblue/laravel-blog
Last synced: 8 months ago
JSON representation
Laravel-Blog is a blog application written in Laravel 4.2.
- Host: GitHub
- URL: https://github.com/summerblue/laravel-blog
- Owner: summerblue
- Created: 2014-10-06T10:01:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T07:27:45.000Z (over 8 years ago)
- Last Synced: 2024-08-02T08:07:34.922Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 6.41 MB
- Stars: 190
- Watchers: 37
- Forks: 89
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-laravel - Laravel Blog - A complete blog application, with admin features, implemented in Laravel 4.2. (Resources / Example Applications)
- awesome-laravel - Laravel Blog - A complete blog application, with admin features, implemented in Laravel 4.2. (Resources / Example Applications)
README
## 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
* [laracasts/flash](https://github.com/laracasts/flash) for easy notify user action;
* [zizaco/entrust](https://github.com/Zizaco/entrust) for user Role-based Permissions;
* [zizaco/confide](https://github.com/Zizaco/confide) for user authentication;
* [thujohn/rss](https://github.com/thujohn/rss-l4) for generate rss feed;
* [mews/purifier](https://github.com/mewebstudio/Purifier) for XSS filtering;
* [frozennode/administrator](https://github.com/FrozenNode/Laravel-Administrator) for quick simple admin interface;
* [cviebrock/eloquent-sluggable](https://github.com/cviebrock/eloquent-sluggable) for generate slug;
* [cviebrock/eloquent-taggable](https://github.com/cviebrock/eloquent-taggable) for post tag relationship;
## 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](http://laravel.com/docs/4.2/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](https://github.com/summerblue/phphub/graphs/contributors)
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## License
Copyright (c) 2014 CJ.
The MIT License (MIT). Please see [Opensource MIT License](http://www.opensource.org/licenses/MIT) for more information.