Homestead provision

Mar. 5, 2015

Laravel Homestead commands:


Available commands:
  destroy   Destroy the Homestead machine
  edit      Edit the Homestead.yaml file
  halt      Halt the Homestead machine
  help      Displays help for a command
  init      Create a stub Homestead.yaml file
  list      Lists commands
  resume    Resume the suspended Homestead machine
  run       Run commands through the Homestead machine via SSH
  ssh       Login to the Homestead machine via SSH
  status    Get the status of the Homestead machine
  suspend   Suspend the Homestead machine
  up        Start the Homestead machine
  update    Update the Homestead machine image

There is missing provision command

Solution is:

list all vagrant instance

$ vagrant global-status
id       name      provider   state    directory
-------------------------------------------------------------------------------------
6e1aa44  default   virtualbox poweroff /Users/[whoami]/.composer/vendor/laravel/homestead

then run provision with id

 $ vagrant provision 6e1aa4