按以下步骤进行面板代码文件迁移:
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主题-主题设置-确定保存
- PHP7.3+
- Composer
- MySQL5.5+
- Redis
- Laravel
Thanks to the open source project license provided by Jetbrains
🔔Telegram Group: @unofficialV2board
Follow the template in the issue to submit your question correctly, and we will have someone follow up with you.