Questions tagged [homestead]

Laravel Homestead is an official, pre-packaged Vagrant "box" that provides you a wonderful development environment without requiring you to install PHP, HHVM, a web server, and any other server software on your local machine. Homestead runs on any Windows, Mac, or Linux system, and includes the Nginx web server, PHP 5.6-7.3, MySQL, Postgres, Redis, Memcached, and all of the other goodies you need to develop amazing Laravel applications.

To install Laravel Homestead, please visit the official web site.

1571 questions
0
votes
1 answer

Laravel homestead command does not work on restart

I have successfully installed homestead on my mac machine and i have set path using following command export PATH=~/.composer/vendor/bin:$PATH but every time when i restart my machine, homestead command does not work, i would have to run export…
seoppc
  • 2,766
  • 7
  • 44
  • 76
0
votes
1 answer

Homestead/Vagrant ssh into the VM from another computer

I've got a question regarding Homestead/Vagrant is it possible to ssh into the Vagrant VM from another computer? Here's my scenario: Homestead running into a windows PC with IP 192.168.0.201 Another windows machine with ip 192.168.0.200 From the…
Matteo Hertel
  • 691
  • 2
  • 8
  • 18
0
votes
1 answer

Why it is not possible to even ping laravel homestead VM?

I am working on a mac, using vagrant & virtualbox. Yesterday everything was working fine. But today after i run homestead up, i can ssh into vm, but i am not able to ping it (192.168.10.10). In ifconfig i see the following (but i even can't ping…
avasin
  • 9,186
  • 18
  • 80
  • 127
0
votes
0 answers

Laravel Configuration (No such file directory ~/.homestead/Homestead.yaml)

Hello, I wanted to try creating a Laravel Application and I am really new to this. I tried all the best I can to analyze and implement the solutions of other people but to no success. So I have followed the methods in configuring the Laravel…
Paolo Lambojon
  • 155
  • 1
  • 1
  • 11
0
votes
1 answer

Start again with homestead install

I have got myself in a muddle with homestead on OSX. I installed homestead using the instructions here: http://laravel.com/docs/5.0/homestead which said to do the following: git clone https://github.com/laravel/homestead.git Homestead Everything…
xylar
  • 7,433
  • 17
  • 55
  • 100
0
votes
1 answer

Customize Laravel Homestead server settings?

Is it possible to use Laravel Homestead and change some of the settings of the server that is created? For example, perhaps I want a different version of PHP,mySQL or Ubuntu. I looked through the Homestead source but couldn't see where these were…
wkm
  • 1,764
  • 6
  • 24
  • 40
0
votes
1 answer

Vagrant and Homestead

What I'm wanting to accomplish is installing Vagrant and Laravel's Homestead on my local computer so that I can do away with MAMP which I actually deleted yesterday. I had installed both Vagrant and Homestead however I later found out that my…
user3732216
  • 1,579
  • 8
  • 29
  • 54
0
votes
2 answers

Homestead Directory Missing After Reboot VM or Computer

Homestead.yaml folders: - map: /Applications/MAMP/htdocs/code to: /home/vagrant/code Local directory : /Applications/MAMP/htdocs/code Homestead directory : /home/vagrant/code Everything is working perfectly beofore I reboot my…
code-8
  • 54,650
  • 106
  • 352
  • 604
0
votes
1 answer

How to add a new Symfony2 project to the homestead?

I am working on a project where I have to use a Symfony2 project with laravel5 on homestead. How can I add symfony2 project to the homestead?
undefined
  • 161
  • 3
  • 16
0
votes
1 answer

getting Laravel running on a VM on imac

I am trying to get Laravel running on a Virtual Machine on my Imac running Yosemite. I have already set up my VM on my Macbook but for some reason I am having trouble getting the virtual machine working on my Imac. I believe I have all the directory…
Tyler
  • 73
  • 2
  • 11
0
votes
1 answer

Laravel working but files missing in mapped directory from homestead

I have just made the following Homestead.yaml file: authorize: ~/.ssh/id_rsa.pub keys: - ~/.ssh/id_rsa folders: - map: ~/GIT/old-project to: /home/vagrant/old-project - map: ~/GIT/project to: /home/vagrant/project sites: …
Djave
  • 8,595
  • 8
  • 70
  • 124
0
votes
1 answer

Homestead up and provision wipes databases

When using homestead for laravel projects it keeps deleting any databases that are created on the box. Is is possible to retain databases when halting / destroying the homestead box so that they still appear once homestead up or provision is run
Pierce McGeough
  • 3,016
  • 8
  • 43
  • 65
0
votes
2 answers

Possible Laravel Homestead bug- why is it that I can commit code to github as user mvdstam?

I think there might be a bug in laravel homestead. I followed the docs here to set up a laravel homestead environment to build a Laravel app. When I commit and push code from within the vagrant/homestead environment, it appears in github like…
johncorser
  • 9,262
  • 17
  • 57
  • 102
0
votes
1 answer

Laravel homestead laravel-elfinder install error

I'm using Homestead at localhost. I have followed instructions to install it so I did: composer require barryvdh/laravel-elfinder and then run composer update, but it throws me this error: Your requirements could not be resolved to an installable…
dontHaveName
  • 1,899
  • 5
  • 30
  • 54
0
votes
2 answers

What vagrant really is

I'm puzzled by vagrant because I can't understand what it really is. As we all know, if we want to run another system in our current system, we must install virtualbox and the mirror of that system such as CentOS. When I installed vagrant it…
PHPBird
  • 11
  • 2
1 2 3
99
100