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

End of file in Symfony package for new Laravel project on Homestead

I'm trying to make new Laravel app on my Homestead virtual machine (virtualbox on Win 7 x64). I'm using this command: composer create-project laravel/laravel api --prefer-dist Durning autoload file generation I'm getting end of file error in…
Gwynnbleid1
  • 143
  • 1
  • 13
0
votes
1 answer

Laravel 5 Homestead/Vagrant issue

by default vagrant clears the existing network interfaces: ==> default: Clearing any previously set network interfaces... How can I prevent that? I tried to fix that since hours but can't get it to work. For example i edited the homestead.rb file…
TheNiceGuy
  • 3,462
  • 8
  • 34
  • 64
0
votes
1 answer

Socialite on Homestead is failing

I followed the steps to install socialite, after I get redirect back to the website I get this error. I tried to find the root cause but failed to do so in Middleware.php line 68 at Middleware::GuzzleHttp\{closure}(object(Response)) in…
Mohammad Abu Musa
  • 1,117
  • 2
  • 10
  • 32
0
votes
1 answer

Proper usage of Laravel Homestead

I have done few projects with laravel. I also tried to use the good practise such us using only models for all calls and use artisian commands. In my next project i plan to use still more such as using Homestead. I read more about Laravel Homestead…
user4918996
0
votes
1 answer

What is the benefit of using vagrant in Laravel?

What is the benefit of using Vagrant (via homestead) instead of using WAMP server on Microsoft Windows? I found that configuring homestead and vagrant is harder than installing WAMP. Isn't it?
0
votes
2 answers

Homestead - Error Setting VM

I'm currently Setting Up Homestead for Laravel in Windows. -already installed VirtualBox and Vagrant. -enabled virtual machine in BIOS -no "tab" in my .YAML file only spaces So far that's all the problem i've solved. I've run: homestead up but it…
Vince Parker
  • 173
  • 1
  • 3
  • 13
0
votes
1 answer

Error homestead up

I'm installing homestead for Laravel 5 (Windows) I've Already installed Vagrant and VirtualBox Following this tutorial: https://laracasts.com/lessons/say-hello-to-laravel-homestead-two When i run homestead up This is the error…
Vince Parker
  • 173
  • 1
  • 3
  • 13
0
votes
1 answer

Laravel 5 TokenMismatchException (Google chrome only)

I was logged in to my laravel 5 application. Deleted all my cookies, and suddenly get the TokenMismatchException error when i try to re-login. It only happens in the browser (google chrome) where i deleted the cookies. Does anyone know how i could…
yinshiro
  • 159
  • 1
  • 13
0
votes
1 answer

Homestead - Warning: Connection timeout. Retrying

I had Homestead fully working. I have tried to play along with Docker, now Homestead is not running up. Any ideas what to check?
be-codified
  • 5,704
  • 18
  • 41
  • 65
0
votes
2 answers

Homestead "No input file specified" laravel 5

Been trying this for days! I am aware there are other Qs about this, which I have checked over an over. I have one site working and the other not. I'm using Homestead with Laravel 5 and OSX 10.10.3 I have this .yaml file: --- ip:…
martyn
  • 230
  • 5
  • 22
0
votes
1 answer

homestead up not working after vagrant up

The "homestead up" command is not working on Ubuntu 14.10. These are the outcome of that command: /home/omicronit/.composer/vendor/laravel/homestead/Vagrantfile:18:in read': No such file or directory - /home/omicronit/.homestead/Homestead.yaml…
0
votes
1 answer

network is fine, but cannot create laravel project and show error in the command

I used this command to create a new laravel project in the homestead: composer create-project laravel/laravel Laravel Then, the terminal show this error: Failed to download laravel/laravel from dist: The…
0
votes
1 answer

Git init --bare giving error fatal: Out of memory? mmap failed: No such device

I have checked the available memory and looks like there is plenty of it: vagrant@homestead:~$ free -m total used free shared buffers cached Mem: 2001 869 1131 21 22 …
V4n1ll4
  • 5,973
  • 14
  • 53
  • 92
0
votes
2 answers

Port Collision on port 80

I restarted my iMac for the first time in quite a while (something like 2 weeks). When I attempted to restart my homestead box via homestead up, I got this error: Vagrant cannot forward the specified ports on this VM, since they would collide with…
James Spence
  • 2,020
  • 1
  • 16
  • 23
0
votes
1 answer

Laravel won't route on production server

Just getting started with laravel and have run into some trouble. Before committing to using laravel I wanted to build a very basic web app to test the waters via homestead and then move that web app to a remote server in order to see how easy the…
user2014175
  • 169
  • 2
  • 4
  • 10