Add PhpStorm run config

This commit is contained in:
Frankie B 2023-10-15 19:40:47 +01:00
parent 25296e79b6
commit ad35d39d68

10
.run/Dev Server.run.xml Normal file
View file

@ -0,0 +1,10 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Dev Server" type="PhpLocalRunConfigurationType" factoryName="PHP Console" path="$PROJECT_DIR$/artisan" scriptParameters="serve">
<CommandLine>
<PhpTestInterpreterSettings>
<option name="interpreterName" value="C:\tools\php82\php.exe" />
</PhpTestInterpreterSettings>
</CommandLine>
<method v="2" />
</configuration>
</component>