Skip to content

FacMata/wyxboard

 
 

Repository files navigation

logo

本分支支持的后端

原版迁移步骤

按以下步骤进行面板代码文件迁移:

git remote set-url origin https://github.com/wyx2685/v2board  
git checkout master  
./update.sh  

按以下步骤配置缓存驱动为redis,然后刷新设置缓存,重启队列:

sed -i 's/^CACHE_DRIVER=.*/CACHE_DRIVER=redis/' .env
php artisan config:clear
php artisan config:cache
php artisan horizon:terminate

最后进入后台重新保存主题: 主题配置-选择default主题-主题设置-确定保存

V2Board

  • PHP7.3+
  • Composer
  • MySQL5.5+
  • Redis
  • Laravel

Demo

Demo_user Demo_admin 邮箱和密码可随意输入

Document

Click

Sponsors

Thanks to the open source project license provided by Jetbrains

Community

🔔Telegram Group: @unofficialV2board

How to Feedback

Follow the template in the issue to submit your question correctly, and we will have someone follow up with you.

About

My fork of wyxboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 91.4%
  • Blade 8.4%
  • Shell 0.2%