Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
384 views
in Technique[技术] by (71.8m points)

laravel - 如何更新laravel / homestead?(How to update laravel/homestead?)

I need to update laravel/homestead?

(我需要更新laravel / homestead吗?)

It is a Vagrant box.

(这是一个无家可归的盒子。)

I'm using it for my dev environment.

(我在我的开发环境中使用它。)

I remember it was a shell command but I don't remember the command and I cannot find it.

(我记得它是一个shell命令,但我不记得该命令,找不到它。)

Please help

(请帮忙)

  ask by Yevgeniy Afanasyev translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Use below command

(使用以下命令)

homestead update

If this doesn't work

(如果这不起作用)

homestead box update

If this also doesn't work at all

(如果这根本不起作用)

This command will tell you the state of all active Vagrant environments on the system for the currently logged in user.

(该命令将告诉您当前登录用户的系统上所有活动Vagrant环境的状态。)

vagrant global-status

vagrant box update "laravel/homestead"

I hope i am clear now!

(我希望我现在明白了!)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...