基于laravel开发的的个人博客系统laravel-bjyblog
https://baijunyao.com/
|
il y a 7 ans | |
---|---|---|
app | il y a 7 ans | |
bootstrap | il y a 7 ans | |
config | il y a 7 ans | |
database | il y a 7 ans | |
public | il y a 7 ans | |
resources | il y a 7 ans | |
routes | il y a 7 ans | |
storage | il y a 7 ans | |
tests | il y a 7 ans | |
.env.example | il y a 7 ans | |
.gitattributes | il y a 7 ans | |
.gitignore | il y a 7 ans | |
artisan | il y a 7 ans | |
composer.json | il y a 7 ans | |
composer.lock | il y a 7 ans | |
package.json | il y a 7 ans | |
phpunit.xml | il y a 7 ans | |
readme.md | il y a 7 ans | |
server.php | il y a 8 ans | |
webpack.mix.js | il y a 7 ans | |
yarn.lock | il y a 7 ans |
这个项目是把 thinkphp-bjyblog 用 laravel 框架重构后的产物;
下图中的白俊遥博客即是使用 laravel-bjyblog 开发的个人博客
项目使用 MIT 协议;免费开源可随意使用;
修复分类和标签列表title、keywords、description未正确设置的问题
前台dusk测试完成
访问不存在的文章时返回404页面
修复社会化登录的错误
升级laravel框架到5.5版本
修复show_message函数改名造成的错误
修复右侧捐款链接错误的问题
切分日志保留1年的记录
新增或者编辑文章后更新标签统计缓存
博客版本号从配置项中获取
规范统一使用驼峰命名
全局路由约束;限制id必须为数字
完善使用说明
自动过滤一些无意义评论
第一个稳定版本