PJ Blog下载 - PJ Blog是一款基于 Laravel 和 Vue.js开发的开源博客系统
2570 2020-01-30 PHP MIT 官方网站
PJ Blog是一款基于 Laravel 和 Vue.js开发的开源博客系统
2570 2020-01-30 PHP MIT 官方网站
PJ Blog是一款基于 Laravel 和 Vue.js开发的开源博客系统
v1.4.2.zip(v1.4.2) 下载
v1.4.4.zip(v1.4.4) 下载
v1.4.1.zip(v1.4.1) 下载
v1.4.3.zip(v1.4.3) 下载
v1.5.3.zip(v1.5.3) 下载
v1.5.1.zip(v1.5.1) 下载
v1.5.2.zip(v1.5.2) 下载
v1.5.0.zip(v1.5.0) 下载
v1.4.0.zip(v1.4.0) 下载
v1.3.3.zip(v1.3.3) 下载
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 文档
用户、文字、媒体管理
数据统计
文章分类
标签分类
内容审核
评论系统
多语言
Markdown编辑器
角色权限
and more...
PJ Blog Laravel 5.*
PHP >= 7.1.0
Node >= 6.x
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension
git clone https://github.com/jcc/blog.git
OR
composer create-project jcc/blog
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.
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
php artisan blog:install