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
You should see a PHP Info page ... let's start the workshop
20
+
21
+
=================================
22
+
Vagrant Shared folder performance
23
+
=================================
24
+
25
+
By default the Vagrantfile is configured to use NFS shared folder for performance. Unfortunatly NFS shared folder are not supported on Windows.
26
+
27
+
For Windows user you can check SMB shared folder here: https://docs.vagrantup.com/v2/synced-folders/smb.html or WinNFSD plugin here: https://github.com/GM-Alex/vagrant-winnfsd.
28
+
29
+
By default vagrant will fall back to the default shared folder. That's really slow, but works.
0 commit comments