- Add vaprobash.rb to the homestead/scripts directory
- Unomment the scripts you'd like to run in vaprobash.rb.
- Add the following to the end of the Vagrantfile in your homestead directory
require path + '/scripts/vaprobash.rb'
Official Laravel Homestead documentation is located here.