-
Notifications
You must be signed in to change notification settings - Fork 901
2. 更新教程
Prk edited this page Jan 29, 2023
·
2 revisions
如果你使用的发卡的程序的版本
≥2.9
版本,那么你可以使用。否则,可能会损坏网站文件(不会影响数据库),更早期版本更新到2.9
版本教程:点我
# 进入你的网站目录(需要将 /www/wwwroot/example.com 替换为你自己的网站目录)
cd /www/wwwroot/example.com
php artisan update
php artisan update [--proxy=] [--proxy-auth=]
--proxy=
设置更新时使用的代理地址, 支持 http
, socks4
, socks4a
, socks5
如
php artisan update --proxy="socks5://127.0.0.1:1080"
--proxy-auth=
设置更新时使用的代理地址的认证信息, 如
php artisan update --proxy="http://127.0.0.1:1080" --proxy-auth="user01:123456"