Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
🌟 PJ Blog is an open source blog built with Laravel and Vue.js.
Branch: master
Clone or download
Latest commit dc7ee28 Mar 19, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app added policy for commenting on an article. check auth and is_draft Mar 17, 2019
bootstrap
config Upgrade laravel and laravel-mix Mar 5, 2019
database Upgrade laravel and laravel-mix Mar 5, 2019
public Upgrade laravel and laravel-mix Mar 5, 2019
resources Fix import chartjs path Mar 19, 2019
routes
storage Upgrade larvel 5.6 to 5.7 Oct 19, 2018
tests Fix Laravel Passport actingAs issue and removed unused use case Mar 31, 2017
.babelrc
.editorconfig
.env.example Upgrade laravel and laravel-mix Mar 5, 2019
.gitattributes
.gitignore
LICENSE
artisan 🎈 Commit The First Version Dec 27, 2016
composer.json Upgrade laravel and laravel-mix Mar 5, 2019
composer.lock
package.json Upgrade laravel and laravel-mix Mar 5, 2019
phpunit.xml 🎈 Commit The First Version Dec 27, 2016
readme.md
server.php
webpack.mix.js

readme.md

Powered By Jiajian Chan

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

Special thanks to the generous sponsorship by:

PJ Blog

This is a powerful blog, I try to build the blog more beautiful, more convenient.

Laravel 5.* and Vuejs 2.* 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

Example

Basic Features

  • Manage users, articles, discussions and media
  • Statistical tables
  • Categorize articles
  • Label classification
  • Content moderation
  • Own comments system
  • Multi-language switching
  • Markdown Editor
  • Roles & Permissions
  • and more...

PJ Blog Laravel 5.*

Server Requirements

  • PHP >= 7.1.0
  • Node >= 6.x
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Preview

New Blog

New Blog

Install

1. Clone the source code or create new project.

git clone https://github.com/jcc/blog.git

OR

composer create-project jcc/blog

2. Set the basic config

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:

composer install -vvv

Install the Vuejs extended repositories:

npm install

Compile the js code:

npm run dev

// OR

npm run watch

// OR

npm run production

3. Run the blog install command, the command will run the migrate command and generate test data.

php artisan blog:install

Contributors

Thanks

Donate

Support all ERC20 tokens. My Address: 0x600dfF1311E5DA3a8697fD86d4Fd9bed257395eb

License

The project is open-sourced software licensed under the MIT license.

QQ Group: 272734386

You can’t perform that action at this time.