Support the ongoing development of Laravel.io →
Installation Configuration
Last updated 1 year ago.
0

Hi, Check the vagrant documentation https://docs.vagrantup.com/v2/cli/box.html Search for "BOX OUTDATED"

Last updated 1 year ago.
0

wing-dev said:

Hi, Check the vagrant documentation https://docs.vagrantup.com/v2/cli/box.html Search for "BOX OUTDATED"

Thanks wing-dev

I found the tip on this page https://docs.vagrantup.com/v2/vagrantfile/machine_settings.html and set

config.vm.box_check_update = false

in my scripts/homestead.rb

This will make firing up on the plane a whole bunsh more productive. Cheers, Nigel

Last updated 1 year ago.
0

in my scripts/homestead.rb "config.vm.box_check_update = false" is not present ! i am using latest box. how can i disable update check?

config.vm.box_check_update>njames said:

wing-dev said:

Hi, Check the vagrant documentation https://docs.vagrantup.com/v2/cli/box.html Search for "BOX OUTDATED"

Thanks wing-dev

I found the tip on this page https://docs.vagrantup.com/v2/vagrantfile/machine_settings.html and set

config.vm.box_check_update = false

in my scripts/homestead.rb

This will make firing up on the plane a whole bunsh more productive. Cheers, Nigel

0

tanveer19 said:

in my scripts/homestead.rb "config.vm.box_check_update = false" is not present ! i am using latest box. how can i disable update check?

config.vm.box_check_update>njames said:

wing-dev said:

Hi, Check the vagrant documentation https://docs.vagrantup.com/v2/cli/box.html Search for "BOX OUTDATED"

Thanks wing-dev

I found the tip on this page https://docs.vagrantup.com/v2/vagrantfile/machine_settings.html and set

config.vm.box_check_update = false

in my scripts/homestead.rb

This will make firing up on the plane a whole bunsh more productive. Cheers, Nigel

Look if 'config.vm.box_check_update = true' is present (At work at the moment, can't check.) and change it to false. Else add the statement yourself

0

Sign in to participate in this thread!

Eventy

Your banner here too?

njames njames Joined 10 Jun 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.