This repository has been archived by the owner on May 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
38 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 1,50 @@ | ||
## Laravel PHP Framework | ||
## Materialize Blog | ||
|
||
[![Build Status](https://travis-ci.org/laravel/framework.svg)](https://travis-ci.org/laravel/framework) | ||
[![Total Downloads](https://poser.pugx.org/laravel/framework/d/total.svg)](https://packagist.org/packages/laravel/framework) | ||
[![Latest Stable Version](https://poser.pugx.org/laravel/framework/v/stable.svg)](https://packagist.org/packages/laravel/framework) | ||
[![Latest Unstable Version](https://poser.pugx.org/laravel/framework/v/unstable.svg)](https://packagist.org/packages/laravel/framework) | ||
[![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework) | ||
A new blog manage system disigned according to Google [Material Design Psec](https://www.google.com/design/spec/material-design/introduction.html). | ||
|
||
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching. | ||
Backend based on [Laravel 5.2](https://laravel.com), a web application framework with expressive, elegant syntax. | ||
|
||
Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked. | ||
Demo at [Forehalo' blog](http://forehalo.me). | ||
|
||
## Official Documentation | ||
### Feature | ||
|
||
Documentation for the framework can be found on the [Laravel website](http://laravel.com/docs). | ||
* Collapsible posts list, url: `/` | ||
* Also normal posts view at `/posts` | ||
* Create with markdown (Javascript parser: [marked](https://github.com/chjj/marked), PHP parser: [parsedown](https://github.com/erusev/parsedown)). | ||
* Highlight code & code block ([Prism](http://prismjs.com)). | ||
* Self host comments. | ||
|
||
## Contributing | ||
### Next version may include | ||
|
||
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](http://laravel.com/docs/contributions). | ||
* Artisan CLI to multi-parse articles with given template. | ||
* Control tags, categories visibility. | ||
* Optimize global search. | ||
* Subscription channels. | ||
|
||
## Security Vulnerabilities | ||
### Install | ||
|
||
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed. | ||
Clone this repository to your computer, or download zip file at [here](https://github.com/forehalo/newblog/archive/master.zip). | ||
|
||
$git clone https://github.com/forehalo/materialize-blog.git blog | ||
|
||
Then, same as installing Laravel, run | ||
|
||
composer install | ||
|
||
at the root directory. Almost right here. | ||
|
||
Configure your `.env` file at the root directory to ensure that you have put right configurations used to connect database. | ||
|
||
Next step, run | ||
|
||
php artisan migrate --seed | ||
|
||
to migrate the tables. You'd better not miss the `--seed` option, because it will generate some faker in tables, which include the default `username` and `password` to log in dashboard. | ||
|
||
login dashboard at `/login`, default name `admin` or email `[email protected]` , passowrd `admin` | ||
|
||
### License | ||
|
||
The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT) | ||
F**k it the way you like license. | ||
|
||
## CREATE NICE ARTICLES. |