Is there any documentation for this. It is not working for me. I have used the public directory as my project directory in PHP Storm. I do not see a configuration called Local by Flywheel under my default configurations. Should I be looking somewhere else?
Tried to setup on different machine as I am on the road. Installs perfectly. Add sites works great.
Tried 3 different new sites. Not seeing the local-by-flywheel.xml file. All I see are these files in terminal.
➜ .idea ls -la
total 64
drwxr-xr-x 10 robertwolfe staff 340 Apr 20 18:43 .
drwxr-xr-x 6 robertwolfe staff 204 Apr 20 18:40 …
-rw-r–r-- 1 robertwolfe staff 4 Apr 20 18:40 .name
drwxr-xr-x 3 robertwolfe staff 102 Apr 20 18:40 copyright
-rw-r–r-- 1 robertwolfe staff 159 Apr 20 18:40 encodings.xml
-rw-r–r-- 1 robertwolfe staff 281 Apr 20 18:40 fly2.iml
drwxr-xr-x 4 robertwolfe staff 136 Apr 20 18:40 inspectionProfiles
-rw-r–r-- 1 robertwolfe staff 1388 Apr 20 18:43 misc.xml
-rw-r–r-- 1 robertwolfe staff 260 Apr 20 18:40 modules.xml
-rw-r–r-- 1 robertwolfe staff 9669 Apr 20 18:43 workspace.xml
Anything I should try. Is there anything that would cause a conflict on a local machine? Would for this to work. Great interface. I am currently using VV on this machine. Could that be causing a conflict.
Thanks for the help
Hi @wolferw2, are you on Windows? I just tried to set this up and encountered the same issue. It looks like the automatic configuration is assuming a Unix-like environment and creating a new ‘~’ directory under my home directory to hold the new PHPStorm configs.
If you copy the files from the .idea directory in the ‘~’ directory over to the analogous directory under the original ‘Local Sites’ directory, it should work.