Hi I want to edit the config.vm.boot_timeout in vagrant because I am having problem in booting up the vagrant. where i can find the config.vm.boot_timeout ?and what value should i put ? I am in windows8.1 x86
I'm trying to connect to vagrant via homestead ssh:
[email protected]'s password:
But my public key password doesn't work.
My Homestead.yaml looks like this:
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
I'm using "Laravel Homestead version 2.0.14" …
I just got laravel homestead to run yesterday using powershell. Now, it won't even run. I just suspended vagrant and turned off my pc. Now it's just giving me this error:
Bringing machine 'default' up with 'virtualbox' provider...
==> default: …
I want to allow short_open_tags in php.ini
I want to access to the php.ini on my vagrant box configured with homestead.
I saw the php.ini file in /etc/php5/fpm/php.ini
But ... permission denied
…