# blog **Repository Path**: jzii/blog ## Basic Information - **Project Name**: blog - **Description**: :pig_nose: PJ Blog is an open source blog built with Laravel and Vue.js. - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Powered By Jiajian Chan

🎈 PJ Blog is an open source blog built with Laravel and Vue.js. https://pigjian.com

# PJ Blog This is a powerful blog, I try to build the blog more beautiful, more convenient. Laravel 5.3 and Vuejs 2.0 combined with the establishment of a good response and quickly dashboard, the dashboard made through the Vuejs component development. I believe it will be better and better. If you are interested in this, you can join and enjoy it. Here is [documents](https://manual.pigjian.com/) ## Basic Features - Manage users, articles, discussions and media - Statistical tables - Categorize articles - Label classification - Content moderation - Own comments system - Multi-language switching - Markdown Editor - and more... [PJ Blog](https://github.com/jcc/blog) Laravel 5.3. ## Preview ![New Blog](https://pigjian.com/uploads/post_img/2016-12-27/newblog1.jpeg) ![New Blog](https://pigjian.com/uploads/post_img/2016-12-27/newblog2.jpeg) ## Install ### 1. Clone the source code or create new project. ```shell git clone https://github.com/jcc/blog.git ``` OR ```shell composer create-project jcc/blog ``` ### 2. Set the basic config ```shell cp .env.example .env ``` Edit the `.env` file and set the `database` and other config for the system after you copy the `.env`.example file. ### 2. Install the extended package dependency. Install the `Laravel` extended repositories: ```shell composer install -vvv ``` Install the `Vuejs` extended repositories: ```shel npm install ``` ### 3. Run the blog install command, the command will run the `migrate` command and generate test data. ```shell php artisan blog:install ``` ## Contributors - [Jiajian Chan](http://github.com/jcc) ## Thanks - [Laravist](https://www.laravist.com/) - [Laravel - China](https://laravel-china.org/) ## License The project is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).