Haxibiao 架构的基础包,从用户认证到基本内容社交系统,长视频短视频媒体内容系统...
- haxibiao/helpers
- 默认用户名:匿名用户,可修改 config('auth.default_name')
- 默认用户头像,可修改 config('auth.default_avatar')
composer.json
改动如下: 在repositories
中添加 vcs 类型远程仓库指向http://code.haxibiao.cn/packages/haxibiao-breeze
- 执行
composer require haxibiao\breeze
- 执行
php artisan breeze:install
- 执行
php artisan breeze:publish
- breeze:install provide 一些默认头像
- BaseUser 直接基于子系统模块,预先:
- Cms 内容管理系统
- Content 内容
- Sns 社交
- Media 媒体
- Question 答题 (待重构)
- Store 商品(待重构)
- Wallet 钱包
- Task 任务
- Game 游戏
- Live 直播
- sns 包修复 feedback
- content 包修复 typo Resolution