基于laravel开发的的个人博客系统laravel-bjyblog
https://baijunyao.com/

baijunyao 30b768dc46 Merge branch 'develop' 1 year ago
.github 7c15008fd0 Fix helm lint error 2 years ago
app 451c1df473 Bump version to v17.0.4 2 years ago
bootstrap 80e09a9463 Upgrade to laravel5.8 6 years ago
config ac0553bbf9 Bump version to v17.0.5 2 years ago
cypress 1f817f5572 Add Cypress test 3 years ago
database 3793e16971 Bump version to v17.0.2 2 years ago
deploy bf9970543d Remove special handling for the development environment 2 years ago
lang ac61762ef3 Move `/resources/lang` to `/lang` 3 years ago
public ac0553bbf9 Bump version to v17.0.5 2 years ago
resources 935b416d31 Laravel 9.0 compatibility 3 years ago
routes 79c749b1eb Fix the code style 1 year ago
storage 0ff388983e PHP 8.1 compatibility 3 years ago
stubs d76e412e88 Add test.command.stub 4 years ago
tests 3793e16971 Bump version to v17.0.2 2 years ago
.all-contributorsrc a4027521d0 docs: update .all-contributorsrc 3 years ago
.ansible-lint.yml fef76a88bd Fix ansible lint error 3 years ago
.dockerignore dc5fd276a3 增加Dockerfile 6 years ago
.editorconfig 935b416d31 Laravel 9.0 compatibility 3 years ago
.env.actions ab15514362 Fix env file short of APP_NAME 3 years ago
.env.docker ab15514362 Fix env file short of APP_NAME 3 years ago
.env.example 935b416d31 Laravel 9.0 compatibility 3 years ago
.env.k8s dbd5eac372 Add `upgrade:v17.0.0` command 3 years ago
.gitattributes 935b416d31 Laravel 9.0 compatibility 3 years ago
.gitignore 935b416d31 Laravel 9.0 compatibility 3 years ago
.markdownlint.yaml 663f175111 Add Markdown lint 3 years ago
.php-cs-fixer.php 0f30285580 Composer require baijunyao/php-cs-fixer-config 3 years ago
.phpstorm.meta.php ac0553bbf9 Bump version to v17.0.5 2 years ago
.styleci.yml 935b416d31 Laravel 9.0 compatibility 3 years ago
.yamllint.yml fef76a88bd Fix ansible lint error 3 years ago
CHANGELOG.md 935b416d31 Laravel 9.0 compatibility 3 years ago
Dockerfile dc5fd276a3 增加Dockerfile 6 years ago
Envoy.blade.php 49dd35b8b1 PHP dotenv v4 compatibility 5 years ago
LICENSE 598d60c30a Add license file 6 years ago
README.md 4a5d4cb862 Bump version to v17.0.0 3 years ago
SECURITY.md 931809ddc4 Add email for reporting a Vulnerability (#182) 3 years ago
UPGRADING.md f135214f3d Add UPGRADING.md 4 years ago
_ide_helper.php ac0553bbf9 Bump version to v17.0.5 2 years ago
artisan 935b416d31 Laravel 9.0 compatibility 3 years ago
codecov.yml a9de4853e0 Fix upgrade link error (#172) 4 years ago
composer.json 451c1df473 Bump version to v17.0.4 2 years ago
composer.lock ac0553bbf9 Bump version to v17.0.5 2 years ago
cypress.json 07b96cba93 Install Cypress 3 years ago
docker-compose-nfs.yml 92a28091b5 Mount local composer directory into docker container 3 years ago
docker-compose.yml 92a28091b5 Mount local composer directory into docker container 3 years ago
package.json c276e5d6d1 Bump version to v16.1.10 3 years ago
phpstan-baseline.neon ac0553bbf9 Bump version to v17.0.5 2 years ago
phpstan.neon 935b416d31 Laravel 9.0 compatibility 3 years ago
phpunit.xml 935b416d31 Laravel 9.0 compatibility 3 years ago
server.php 3a2c64e594 初始化 8 years ago
webpack.mix.js c853134064 Remove unused files 3 years ago
yarn.lock ac0553bbf9 Bump version to v17.0.5 2 years ago

README.md

laravel-bjyblog

<a href="https://packagist.org/packages/baijunyao/laravel-bjyblog"><img alt="Latest Stable Version" src="https://img.shields.io/packagist/v/baijunyao/laravel-bjyblog.svg?logo=packagist"/></a>
<a href="https://github.com/baijunyao/laravel-bjyblog/actions?query=branch%3Amaster"><img alt="Build Status" src="https://github.com/baijunyao/laravel-bjyblog/workflows/CI/badge.svg?branch=master"/></a>
<a href="https://codecov.io/gh/baijunyao/laravel-bjyblog/branch/master"><img alt="master Code Coverage" src="https://img.shields.io/codecov/c/github/baijunyao/laravel-bjyblog?logo=codecov"/></a>
<a href="https://packagist.org/packages/baijunyao/laravel-bjyblog"><img alt="PHP version" src="https://img.shields.io/packagist/php-v/baijunyao/laravel-bjyblog.svg?logo=php"/></a>
<a href="https://join.slack.com/t/baijunyao/shared_invite/enQtNjU3Nzk4Nzk4NjU3LWRhYmI4YmI3YjhjOTQyZGE2YTA3OTZjMjlhNGM4ZWQyNzNiOTMyYWI5YzAzYmE0ZDBhNmVjOWU1NTc4MWIxMzc"><img src="https://img.shields.io/badge/Slack%20%23laravel--bjyblog-join-orange.svg?logo=slack" alt="Chat on Slack"></a>

Laravel PHP and MySQL Compatibility

Blog Laravel PHP MySQL
v17 9 8.0.2 - 8.1 5.6 - 8.0
v15 - v16 8 8.0 - 8.1 5.6 - 8.0
v14 8 7.3 - 7.4 5.6 - 8.0
v7 - v13 7 7.2 5.6 - 8.0
v6 6 7.2 5.6 - 8.0
v5.8 5.8 7.1 5.6 - 8.0
v5.5 5.5 7.0 5.6 - 8.0
v1 - v5.3 5.3 5.6 5.6 - 8.0

Preview

laravel-bjyblog

Documentation

English 中文文档

Testing

Run the tests with

./vendor/bin/phpunit

Example

Welcome to submit a PR or tell me to include your blog

Links

Contributors

Thanks goes to these wonderful people (emoji key):


韩槑槑

💻

k26

💻 🌍

loyating

💻

lenkaren

💻

Doraemon

💻

Yuran

🐛 🌍

白俊遥

💻 🌍 📖 ⚠️

Tahsin Gökalp Şaan

💻

阿杰

💻

梁桂锋

💻

KKKyle97

💻

仙痕缘

💻

黄浩

💻

HDVinnie

🛡️

This project follows the all-contributors specification. Contributions of any kind welcome!

License

laravel-bjyblog is open-sourced software licensed under the MIT license.

Sponsors

PHPStorm Laravel-idea