You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Installing-Laravel.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -317,6 +317,15 @@ See [full list of Vagrant plugins](https://github.com/mitchellh/vagrant/wiki/Ava
317
317
318
318
**Continue to [Working with Laravel](Working-With-Laravel.md) for the next steps.**
319
319
320
+
Troubleshooting
321
+
----------------
322
+
323
+
**Your synced folders are not available in the vagrant VM**
324
+
325
+
Solution: exit vagrant ssh and run `vagrant reload` try again.
326
+
327
+
If this doesn't work, double check the paths you have specified in your Homestead.yaml file.
328
+
320
329
Updating the Vagrant Box
321
330
--------------------------
322
331
From time to time, Laravel will release updates to the homestead box. These can be downloaded using the approach above or by running `vagrant box update` from your homestead directory.
0 commit comments