jcc/blog
Fork: 688 Star: 2870 (更新于 2024-10-16 08:31:27)
license: MIT
Language: PHP .
:star2: PJ Blog is an open source blog built with Laravel and Vue.js.
最后发布版本: v1.5.3 ( 2019-11-04 12:25:25)
🎈 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
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 7.*
Server Requirements
- PHP >= 7.2.5
- Node >= 6.x
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
Preview
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
最近版本更新:(数据更新于 2024-09-25 15:49:09)
2019-11-04 12:25:25 v1.5.3
2019-03-24 23:30:14 v1.5.2
2019-03-05 16:58:03 v1.5.1
2019-03-05 12:33:17 v1.5.0
2018-09-14 16:10:18 v1.4.4
2018-09-13 14:55:21 v1.4.3
2018-09-05 12:19:26 v1.4.2
2018-06-05 21:08:40 v1.4.1
2018-06-04 15:57:08 v1.4.0
2018-01-10 11:10:12 v1.3.3
主题(topics):
beautiful, blog, laravel, open-source, pj-blog, vue, vuejs
jcc/blog同语言 PHP最近更新仓库
2024-11-01 18:37:36 schmittjoh/JMSSerializerBundle
2024-10-31 21:37:53 filamentphp/filament
2024-10-28 00:16:41 symfony/var-dumper
2024-10-28 00:11:41 symfony/symfony
2024-10-11 23:44:26 coollabsio/coolify
2024-10-11 03:27:29 odan/slim4-skeleton